[FFmpeg-cvslog] indeo3: cosmetics

Kostya Shishkov git at videolan.org
Tue Nov 29 00:37:13 CET 2011


ffmpeg | branch: master | Kostya Shishkov <kostya.shishkov at gmail.com> | Mon Nov 28 09:33:36 2011 +0100| [1469f943adb06b85ac7e22fd3e8121c2308b0830] | committer: Diego Biurrun

indeo3: cosmetics

Signed-off-by: Diego Biurrun <diego at biurrun.de>

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

 libavcodec/indeo3.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index e266aee..4f3cb36 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -756,7 +756,7 @@ static int parse_bintree(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
                     av_log(avctx, AV_LOG_ERROR, "SkipCell procedure not implemented yet!\n");
 
                 CHECK_CELL
-                if(!curr_cell.mv_ptr)
+                if (!curr_cell.mv_ptr)
                     return AVERROR_INVALIDDATA;
                 copy_cell(ctx, plane, &curr_cell);
                 return 0;



More information about the ffmpeg-cvslog mailing list