diff --git a/libavcodec/h264pred.c b/libavcodec/h264pred.c index b3701ef3b82bb66b0cc402fbada6ece4ec2e355f..5bef78071f42cb53d9861d4484c37f008384d5fc 100644 --- a/libavcodec/h264pred.c +++ b/libavcodec/h264pred.c @@ -67,8 +67,6 @@ static void pred4x4_horizontal_vp8_c(uint8_t *src, const uint8_t *topright, int static void pred4x4_down_left_svq3_c(uint8_t *src, const uint8_t *topright, int stride){ LOAD_TOP_EDGE LOAD_LEFT_EDGE - const av_unused int unu0= t0; - const av_unused int unu1= l0; src[0+0*stride]=(l1 + t1)>>1; src[1+0*stride]=