Commit 67472729 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/prosumer: Remove dead code

Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent a9485d73
......@@ -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;
......
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