mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/prosumer: Remove dead code
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
a9485d7318
commit
674727291b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue