From a56f82eaf87143d346c391737f5436be9f777a09 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 26 Dec 2008 18:39:24 +0000 Subject: indent Originally committed as revision 16348 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faxcompr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/faxcompr.c') diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c index ad99a64a58..e7f7706b94 100644 --- a/libavcodec/faxcompr.c +++ b/libavcodec/faxcompr.c @@ -212,7 +212,7 @@ static int decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb, return -1; }else{//vertical mode run = run_off - offs + (cmode - 5); - run_off -= *--ref; + run_off -= *--ref; offs += run; if(offs > width || run > width){ av_log(avctx, AV_LOG_ERROR, "Run went out of bounds\n"); -- cgit v1.2.3