This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avienc: drop the vfr flag.
AVI does not really support vfr properly, only by padding with null packets.
tags/n2.2-rc1
Anton Khirnov
11 years ago
parent
5462dde194
commit
d42db44cfe
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavformat/avienc.c
+ 0
- 1
libavformat/avienc.c
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,
};
Write
Preview
Loading…
Cancel
Save