Skip to content
Snippets Groups Projects
Commit d42db44c authored by Anton Khirnov's avatar Anton Khirnov
Browse files

avienc: drop the vfr flag.

AVI does not really support vfr properly, only by padding with null
packets.
parent 5462dde1
No related branches found
No related tags found
No related merge requests found
......@@ -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,
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment