OSDN Git Service

Minor simplification.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 26 Dec 2008 17:32:11 +0000 (17:32 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 26 Dec 2008 17:32:11 +0000 (17:32 +0000)
Originally committed as revision 16343 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/faxcompr.c

index e008d43..052ed25 100644 (file)
@@ -172,8 +172,8 @@ static int decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb,
         if(!cmode){//pass mode
             run_off += *ref++;
             run = run_off - offs;
+            offs= run_off;
             run_off += *ref++;
-            offs += run;
             if(offs > width){
                 av_log(avctx, AV_LOG_ERROR, "Run went out of bounds\n");
                 return -1;