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
Do not assume timestamps for mp2 format.
tags/n0.9
Carl Eugen Hoyos
13 years ago
parent
3dd44e5075
commit
262ab1c59a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/mp3enc.c
+ 1
- 0
libavformat/mp3enc.c
View File
@@ -183,6 +183,7 @@ AVOutputFormat ff_mp2_muxer = {
.video_codec = CODEC_ID_NONE,
.write_packet = ff_raw_write_packet,
.write_trailer = mp2_write_trailer,
.flags = AVFMT_NOTIMESTAMPS,
};
#endif
Write
Preview
Loading…
Cancel
Save