Skip to content
Snippets Groups Projects
Commit a56f82ea authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

indent

Originally committed as revision 16348 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 537bf426
No related branches found
No related tags found
No related merge requests found
...@@ -212,7 +212,7 @@ static int decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb, ...@@ -212,7 +212,7 @@ static int decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb,
return -1; return -1;
}else{//vertical mode }else{//vertical mode
run = run_off - offs + (cmode - 5); run = run_off - offs + (cmode - 5);
run_off -= *--ref; run_off -= *--ref;
offs += run; offs += run;
if(offs > width || run > width){ if(offs > width || run > width){
av_log(avctx, AV_LOG_ERROR, "Run went out of bounds\n"); av_log(avctx, AV_LOG_ERROR, "Run went out of bounds\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment