[FFmpeg-cvslog] avienc: drop the vfr flag.

Anton Khirnov git at videolan.org
Sat Nov 9 00:20:41 CET 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Nov  7 22:02:00 2013 +0100| [d42db44cfe58493eb26d2d2f307ced4dd4ca1978] | committer: Anton Khirnov

avienc: drop the vfr flag.

AVI does not really support vfr properly, only by padding with null
packets.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d42db44cfe58493eb26d2d2f307ced4dd4ca1978
---

 libavformat/avienc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index 66339af..0b1d578 100644
--- a/libavformat/avienc.c
+++ b/libavformat/avienc.c
@@ -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,
 };



More information about the ffmpeg-cvslog mailing list