1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

mp2 muxer: mark as AVFMT_NOTIMESTAMPS.

Signed-off-by: Alex Converse <alex.converse@gmail.com>
This commit is contained in:
Carl Eugen Hoyos 2011-08-28 19:43:04 +02:00 committed by Alex Converse
parent 7327525997
commit 407eeb3474

View File

@ -197,6 +197,7 @@ AVOutputFormat ff_mp2_muxer = {
.video_codec = AV_CODEC_ID_NONE,
.write_packet = ff_raw_write_packet,
.write_trailer = mp3_write_trailer,
.flags = AVFMT_NOTIMESTAMPS,
};
#endif