Commit 407eeb34 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos Committed by Alex Converse

mp2 muxer: mark as AVFMT_NOTIMESTAMPS.

Signed-off-by: 's avatarAlex Converse <alex.converse@gmail.com>
parent 73275259
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment