diff avienc.c @ 1167:d89d7ef290da libavformat

give AVInput/OutputFormat structs consistent names
author mru
date Sun, 09 Jul 2006 23:40:53 +0000
parents c4ad0ac3f999
children d18cc9a1fd02
line wrap: on
line diff
--- a/avienc.c	Sun Jul 09 10:33:49 2006 +0000
+++ b/avienc.c	Sun Jul 09 23:40:53 2006 +0000
@@ -762,7 +762,7 @@
     return res;
 }
 
-static AVOutputFormat avi_oformat = {
+static AVOutputFormat avi_muxer = {
     "avi",
     "avi format",
     "video/x-msvideo",
@@ -777,7 +777,7 @@
 
 int avienc_init(void)
 {
-    av_register_output_format(&avi_oformat);
+    av_register_output_format(&avi_muxer);
     return 0;
 }
 #endif //CONFIG_MUXERS