Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2018-09-22 19:14:06 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2018-09-24 01:49:30 +0300
commit3b5945b14654a04cd99cf3f618913c9b25ff79cd (patch)
treee1dbe22f1fd7b069648ea8aad25ad95ade9b4a25 /libavcodec/prosumer.c
parent52b909b5c1b4c04f4474f087ff1bff90ca40f892 (diff)
avcodec/prosumer: Remove unused table element
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/prosumer.c')
-rw-r--r--libavcodec/prosumer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/prosumer.c b/libavcodec/prosumer.c
index 0fa0109950..2420dd5f12 100644
--- a/libavcodec/prosumer.c
+++ b/libavcodec/prosumer.c
@@ -274,7 +274,6 @@ static const uint16_t table[] = {
0x8022, 0xDAC, 0x8023, 0xDAD, 0x8024, 0xDAE, 0x8025, 0xDAF, 0x8026, 0xDB0,
0x8027, 0xDB1, 0x8028, 0xDB2, 0x8029, 0xDB3, 0x802A, 0xDB4, 0x802B, 0xDB5,
0x802C, 0xDB6, 0x802D, 0xDB7, 0x802E, 0xDB8, 0x802F, 0xDB9, 0x80FF, 0xDBA,
- 0x0001
};
static void fill_elements(uint32_t idx, uint32_t shift, uint32_t *e0, uint32_t *e1)