Commit 6bffa83b authored by Nicolas George's avatar Nicolas George

lavf/concatdec: reindent after last commit.

parent 8a670f52
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment