You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Do not assume timestamps for mp2 format.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user