Commit 3704804c authored by Clément Bœsch's avatar Clément Bœsch

lavf/assenc: add non strict ts flag.

ASS can have several events at the same time.
parent 2b3597f0
...@@ -85,5 +85,5 @@ AVOutputFormat ff_ass_muxer = { ...@@ -85,5 +85,5 @@ AVOutputFormat ff_ass_muxer = {
.write_header = write_header, .write_header = write_header,
.write_packet = write_packet, .write_packet = write_packet,
.write_trailer = write_trailer, .write_trailer = write_trailer,
.flags = AVFMT_GLOBALHEADER | AVFMT_NOTIMESTAMPS, .flags = AVFMT_GLOBALHEADER | AVFMT_NOTIMESTAMPS | AVFMT_TS_NONSTRICT,
}; };
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