Commit 262ab1c5 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Do not assume timestamps for mp2 format.

parent 3dd44e50
......@@ -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
......
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