diff mpegvideo.c @ 1124:64c7c76ed17c libavcodec

* 'externaly' visible option list begins avoptions_ prefix * fixed FLAG AVOption
author kabi
date Mon, 10 Mar 2003 11:48:33 +0000
parents 86a5d0ce86bf
children 77ccf7fe3bd0
line wrap: on
line diff
--- a/mpegvideo.c	Mon Mar 10 11:24:10 2003 +0000
+++ b/mpegvideo.c	Mon Mar 10 11:48:33 2003 +0000
@@ -3905,7 +3905,6 @@
     }
 }
 
-extern const AVOption common_options[2];
 static const AVOption mpeg4_options[] =
 {
     AVOPTION_CODEC_INT("bitrate", "desired video bitrate", bit_rate, 4, 240000000, 800000),
@@ -3925,7 +3924,7 @@
 		        flags, CODEC_FLAG_PSNR, 0),
     AVOPTION_CODEC_RCOVERRIDE("rc_override", "ratecontrol override (=startframe,endframe,qscale,quality_factor)",
 			      rc_override),
-    AVOPTION_SUB(common_options),
+    AVOPTION_SUB(avoptions_common),
     AVOPTION_END()
 };