OSDN Git Service

avienc: drop the vfr flag.
authorAnton Khirnov <anton@khirnov.net>
Thu, 7 Nov 2013 21:02:00 +0000 (22:02 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 8 Nov 2013 20:02:29 +0000 (21:02 +0100)
AVI does not really support vfr properly, only by padding with null
packets.

libavformat/avienc.c

index 66339af..0b1d578 100644 (file)
@@ -632,5 +632,4 @@ AVOutputFormat ff_avi_muxer = {
     .codec_tag         = (const AVCodecTag* const []){
         ff_codec_bmp_tags, ff_codec_wav_tags, 0
     },
-    .flags             = AVFMT_VARIABLE_FPS,
 };