git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9485d7
)
avcodec/prosumer: Remove dead code
author
Michael Niedermayer
<michael@niedermayer.cc>
Sat, 22 Sep 2018 16:13:57 +0000
(18:13 +0200)
committer
Michael Niedermayer
<michael@niedermayer.cc>
Sun, 23 Sep 2018 22:49:30 +0000
(
00:49
+0200)
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/prosumer.c
patch
|
blob
|
history
diff --git
a/libavcodec/prosumer.c
b/libavcodec/prosumer.c
index
a293285
..
e6959bf
100644
(file)
--- 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;