mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
10l
Originally committed as revision 4782 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
51d6a3cf00
commit
735f9f34fe
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user