[FFmpeg-cvslog] lvfdec: cosmetics: fix identation
Paul B Mahol
git at videolan.org
Thu Oct 25 22:58:10 CEST 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Oct 25 20:56:20 2012 +0000| [43f662d9bf69686ba4475f5d6c08af90663f91cb] | committer: Paul B Mahol
lvfdec: cosmetics: fix identation
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=43f662d9bf69686ba4475f5d6c08af90663f91cb
---
libavformat/lvfdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/lvfdec.c b/libavformat/lvfdec.c
index 7aac6ef..08a0891 100644
--- a/libavformat/lvfdec.c
+++ b/libavformat/lvfdec.c
@@ -131,7 +131,7 @@ static int lvf_read_packet(AVFormatContext *s, AVPacket *pkt)
}
if (ret < 0)
- return ret;
+ return ret;
}
return AVERROR_EOF;
More information about the ffmpeg-cvslog
mailing list