mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
lavfi/vf_ass: reindent after last commit.
This commit is contained in:
parent
bb3303b94c
commit
c557a5b08e
@ -322,13 +322,12 @@ static av_cold int init_subtitles(AVFilterContext *ctx, const char *args)
|
||||
av_log(ctx, AV_LOG_WARNING, "Error decoding: %s (ignored)\n",
|
||||
av_err2str(ret));
|
||||
} else if (got_subtitle) {
|
||||
/* TODO reindent */
|
||||
for (i = 0; i < sub.num_rects; i++) {
|
||||
char *ass_line = sub.rects[i]->ass;
|
||||
if (!ass_line)
|
||||
break;
|
||||
ass_process_data(ass->track, ass_line, strlen(ass_line));
|
||||
}
|
||||
for (i = 0; i < sub.num_rects; i++) {
|
||||
char *ass_line = sub.rects[i]->ass;
|
||||
if (!ass_line)
|
||||
break;
|
||||
ass_process_data(ass->track, ass_line, strlen(ass_line));
|
||||
}
|
||||
}
|
||||
}
|
||||
av_free_packet(&pkt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user