You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavf/concatdec: reindent after last commit.
This commit is contained in:
@@ -406,7 +406,6 @@ 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;
|
||||||
|
Reference in New Issue
Block a user