You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avienc: drop the vfr flag.
AVI does not really support vfr properly, only by padding with null packets.
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user