diff wc3movie.c @ 1167:d89d7ef290da libavformat

give AVInput/OutputFormat structs consistent names
author mru
date Sun, 09 Jul 2006 23:40:53 +0000
parents edbe5c3717f9
children d18cc9a1fd02
line wrap: on
line diff
--- a/wc3movie.c	Sun Jul 09 10:33:49 2006 +0000
+++ b/wc3movie.c	Sun Jul 09 23:40:53 2006 +0000
@@ -381,7 +381,7 @@
     return 0;
 }
 
-static AVInputFormat wc3_iformat = {
+static AVInputFormat wc3_demuxer = {
     "wc3movie",
     "Wing Commander III movie format",
     sizeof(Wc3DemuxContext),
@@ -393,6 +393,6 @@
 
 int wc3_init(void)
 {
-    av_register_input_format(&wc3_iformat);
+    av_register_input_format(&wc3_demuxer);
     return 0;
 }