diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-12-26 18:39:24 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-12-26 18:39:24 +0000 |
commit | a56f82eaf87143d346c391737f5436be9f777a09 (patch) | |
tree | 3c0ec9570bf1863aed4f1447d88870b4175047d8 /libavcodec/faxcompr.c | |
parent | 537bf4266f01245e4b6a6179711a0af147e2416e (diff) | |
download | ffmpeg-a56f82eaf87143d346c391737f5436be9f777a09.tar.gz |
indent
Originally committed as revision 16348 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faxcompr.c')
-rw-r--r-- | libavcodec/faxcompr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |