avienc: drop the vfr flag.

AVI does not really support vfr properly, only by padding with null
packets.
This commit is contained in:
Anton Khirnov 2013-11-07 22:02:00 +01:00
parent 5462dde194
commit d42db44cfe
1 changed files with 0 additions and 1 deletions

View File

@ -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,
};