[FFmpeg-cvslog] avcodec/xan: fix style issue

Paul B Mahol git at videolan.org
Sun Aug 24 13:20:19 CEST 2014


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Aug 23 19:22:13 2014 +0000| [b73b36bfa5ed6440e689ab5a1f8199c6186a6c79] | committer: Paul B Mahol

avcodec/xan: fix style issue

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b73b36bfa5ed6440e689ab5a1f8199c6186a6c79
---

 libavcodec/xan.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/xan.c b/libavcodec/xan.c
index 7489113..bb28916 100644
--- a/libavcodec/xan.c
+++ b/libavcodec/xan.c
@@ -556,7 +556,7 @@ static int xan_decode_frame(AVCodecContext *avctx,
         int i;
         tag  = bytestream2_get_le32(&ctx);
         size = bytestream2_get_be32(&ctx);
-        if(size < 0) {
+        if (size < 0) {
             av_log(avctx, AV_LOG_ERROR, "Invalid tag size %d\n", size);
             return AVERROR_INVALIDDATA;
         }



More information about the ffmpeg-cvslog mailing list