mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-11 06:58:18 +00:00
lavf/concatdec: reindent after last commit.
This commit is contained in:
parent
b24d6c5303
commit
9d24a536a3
@ -406,17 +406,16 @@ static int concat_read_packet(AVFormatContext *avf, AVPacket *pkt)
|
|||||||
}
|
}
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
/* TODO reindent */
|
if ((ret = match_streams(avf)) < 0) {
|
||||||
if ((ret = match_streams(avf)) < 0) {
|
av_packet_unref(pkt);
|
||||||
av_packet_unref(pkt);
|
return ret;
|
||||||
return ret;
|
}
|
||||||
}
|
cs = &cat->cur_file->streams[pkt->stream_index];
|
||||||
cs = &cat->cur_file->streams[pkt->stream_index];
|
if (cs->out_stream_index < 0) {
|
||||||
if (cs->out_stream_index < 0) {
|
av_packet_unref(pkt);
|
||||||
av_packet_unref(pkt);
|
continue;
|
||||||
continue;
|
}
|
||||||
}
|
pkt->stream_index = cs->out_stream_index;
|
||||||
pkt->stream_index = cs->out_stream_index;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user