Commit e3a3ae57 authored by michael's avatar michael

10l (negative strides)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3887 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 78904b04
......@@ -2094,7 +2094,7 @@ static void render_fragments(Vp3DecodeContext *s,
lower_motion_limit = height * s->current_frame.linesize[2] + width - 8;
}
if((unsigned)stride > 2048)
if(ABS(stride) > 2048)
return; //various tables are fixed size
/* for each fragment row... */
......
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