|
|
|
@@ -324,7 +324,7 @@ static void mc_block(Plane *p, uint8_t *dst, const uint8_t *src, int stride, int |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
void ff_snow_pred_block(SnowContext *s, uint8_t *dst, uint8_t *tmp, ptrdiff_t stride, int sx, int sy, int b_w, int b_h, BlockNode *block, int plane_index, int w, int h){ |
|
|
|
void ff_snow_pred_block(SnowContext *s, uint8_t *dst, uint8_t *tmp, ptrdiff_t stride, int sx, int sy, int b_w, int b_h, const BlockNode *block, int plane_index, int w, int h){ |
|
|
|
if(block->type & BLOCK_INTRA){ |
|
|
|
int x, y; |
|
|
|
const unsigned color = block->color[plane_index]; |
|
|
|
|