Commit 735f9f34 authored by Michael Niedermayer's avatar Michael Niedermayer

10l

Originally committed as revision 4782 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 51d6a3cf
......@@ -3103,7 +3103,7 @@ static always_inline int check_block(SnowContext *s, int mb_x, int mb_y, int p[3
int rd, index, value;
assert(mb_x>=0 && mb_y>=0);
assert(mb_y<b_stride);
assert(mb_x<b_stride);
if(intra){
block->color[0] = p[0];
......
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