Commit e32483b6 authored by michael's avatar michael

Simplify vertical mode


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16347 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 45dac201
......@@ -212,9 +212,6 @@ static int decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb,
return -1;
}else{//vertical mode
run = run_off - offs + (cmode - 5);
if(cmode >= 5)
run_off += *ref++;
else
run_off -= *--ref;
offs += run;
if(offs > width || run > width){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment