# HG changeset patch # User michael # Date 1106759074 0 # Node ID acfea8a94bf8cd26ab873c0aa6cd2aaf248d9974 # Parent 5565203c95eeb5068150b13024bd9c00e04cdd7f 10l (negative strides) diff -r 5565203c95ee -r acfea8a94bf8 vp3.c --- a/vp3.c Wed Jan 26 12:01:35 2005 +0000 +++ b/vp3.c Wed Jan 26 17:04:34 2005 +0000 @@ -2094,7 +2094,7 @@ 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... */