Commit d0259012 authored by michael's avatar michael

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4782 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent da0438e4
......@@ -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