[FFmpeg-cvslog] r16348 - trunk/libavcodec/faxcompr.c
michael
subversion
Fri Dec 26 19:39:25 CET 2008
Author: michael
Date: Fri Dec 26 19:39:24 2008
New Revision: 16348
Log:
indent
Modified:
trunk/libavcodec/faxcompr.c
Modified: trunk/libavcodec/faxcompr.c
==============================================================================
--- trunk/libavcodec/faxcompr.c Fri Dec 26 19:39:07 2008 (r16347)
+++ trunk/libavcodec/faxcompr.c Fri Dec 26 19:39:24 2008 (r16348)
@@ -212,7 +212,7 @@ static int decode_group3_2d_line(AVCodec
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");
More information about the ffmpeg-cvslog
mailing list