Commit 9d24a536 authored by Nicolas George's avatar Nicolas George

lavf/concatdec: reindent after last commit.

parent b24d6c53
......@@ -406,7 +406,6 @@ static int concat_read_packet(AVFormatContext *avf, AVPacket *pkt)
}
if (ret < 0)
return ret;
/* TODO reindent */
if ((ret = match_streams(avf)) < 0) {
av_packet_unref(pkt);
return ret;
......
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