From 674727291b340f7ee8af0e2df2293e7ba4e249ba Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 22 Sep 2018 18:13:57 +0200 Subject: [PATCH] avcodec/prosumer: Remove dead code Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer --- libavcodec/prosumer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/prosumer.c b/libavcodec/prosumer.c index a2932852c9..e6959bfb6c 100644 --- a/libavcodec/prosumer.c +++ b/libavcodec/prosumer.c @@ -322,9 +322,6 @@ static void fill_lut(uint32_t *lut) uint32_t b = a & 0xFFu; uint32_t c, d, e; - if (b > 3) - continue; - c = (b << 16) | table[i-1]; d = 4 * (3 - b); e = (((0xFFF00000u << d) & a) >> 20) & 0xFFF;