You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavc/utils: fix extra ASS sanity check in convert_sub_to_old_ass_form()
This commit is contained in:
@@ -2486,7 +2486,7 @@ static int convert_sub_to_old_ass_form(AVSubtitle *sub, const AVPacket *pkt, AVR
|
|||||||
int ts_start, ts_duration = -1;
|
int ts_start, ts_duration = -1;
|
||||||
long int layer;
|
long int layer;
|
||||||
|
|
||||||
if (rect->type != SUBTITLE_ASS || !strncmp(rect->ass, "Dialogue ", 10))
|
if (rect->type != SUBTITLE_ASS || !strncmp(rect->ass, "Dialogue: ", 10))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
av_bprint_clear(&buf);
|
av_bprint_clear(&buf);
|
||||||
|
Reference in New Issue
Block a user