1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-11 20:05:06 +02:00

Do not assume timestamps for mp2 format.

This commit is contained in:
Carl Eugen Hoyos 2011-08-28 21:43:04 +02:00
parent 3dd44e5075
commit 262ab1c59a

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