lavfi/vf_ass: reindent after last commit.

pull/8/head
Nicolas George 12 years ago
parent bb3303b94c
commit c557a5b08e
  1. 1
      libavfilter/vf_ass.c

@ -322,7 +322,6 @@ 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)

Loading…
Cancel
Save