You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavf/assenc: add non strict ts flag.
ASS can have several events at the same time.
This commit is contained in:
@@ -85,5 +85,5 @@ AVOutputFormat ff_ass_muxer = {
|
||||
.write_header = write_header,
|
||||
.write_packet = write_packet,
|
||||
.write_trailer = write_trailer,
|
||||
.flags = AVFMT_GLOBALHEADER | AVFMT_NOTIMESTAMPS,
|
||||
.flags = AVFMT_GLOBALHEADER | AVFMT_NOTIMESTAMPS | AVFMT_TS_NONSTRICT,
|
||||
};
|
||||
|
Reference in New Issue
Block a user