mirror of https://git.ffmpeg.org/ffmpeg.git
Merge remote-tracking branch 'qatar/master'
* qatar/master: avienc: drop the vfr flag. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
c79c7ffc9d
|
@ -661,5 +661,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,
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue