Commit d42db44c authored by Anton Khirnov's avatar Anton Khirnov

avienc: drop the vfr flag.

AVI does not really support vfr properly, only by padding with null
packets.
parent 5462dde1
...@@ -632,5 +632,4 @@ AVOutputFormat ff_avi_muxer = { ...@@ -632,5 +632,4 @@ AVOutputFormat ff_avi_muxer = {
.codec_tag = (const AVCodecTag* const []){ .codec_tag = (const AVCodecTag* const []){
ff_codec_bmp_tags, ff_codec_wav_tags, 0 ff_codec_bmp_tags, ff_codec_wav_tags, 0
}, },
.flags = AVFMT_VARIABLE_FPS,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment