mirror of https://git.ffmpeg.org/ffmpeg.git
lvfdec: cosmetics: fix identation
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
13d26716fb
commit
43f662d9bf
|
@ -131,7 +131,7 @@ static int lvf_read_packet(AVFormatContext *s, AVPacket *pkt)
|
|||
}
|
||||
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
return ret;
|
||||
}
|
||||
|
||||
return AVERROR_EOF;
|
||||
|
|
Loading…
Reference in New Issue