lavf/concatdec: reindent after last commit.

pull/293/head
Nicolas George 11 years ago
parent 8a670f52a5
commit 6bffa83bbe
  1. 1
      libavformat/concatdec.c

@ -101,7 +101,6 @@ static int add_file(AVFormatContext *avf, char *filename, ConcatFile **rfile,
url = filename;
filename = NULL;
} else {
/* TODO reindent */
url_len = strlen(avf->filename) + strlen(filename) + 16;
if (!(url = av_malloc(url_len)))
FAIL(AVERROR(ENOMEM));

Loading…
Cancel
Save