summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-06-16 13:46:51 +0200
committerAnton Khirnov <anton@khirnov.net>2016-07-25 13:57:01 +0200
commit73218654055b0d81ad841dc13c9d7f821bad9d3f (patch)
tree080bc295f4f97267c62c85b6f82d8a5b8450a8d2
parent595eec002c2e8f001292842df1550c8f943e967a (diff)
cfhd: Drop unused TABLE_9_BAND defines
-rw-r--r--libavcodec/cfhddata.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/cfhddata.c b/libavcodec/cfhddata.c
index c144935f55..1f65cd0fce 100644
--- a/libavcodec/cfhddata.c
+++ b/libavcodec/cfhddata.c
@@ -27,14 +27,6 @@
#define NB_VLC_TABLE_9 (71 + 3)
#define NB_VLC_TABLE_18 (263 + 1)
-/* some special codewords, not sure what they all mean */
-#define TABLE_9_BAND_END1 0x1C7859Eh
-#define TABLE_9_BAND_END_LEN1 25
-#define TABLE_9_BAND_END2 0x38F0B3Fh
-#define TABLE_9_BAND_END_LEN2 26
-#define TABLE_9_BAND_END3 0x38F0B3Eh
-#define TABLE_9_BAND_END_LEN3 26
-
static const uint32_t table_9_vlc_bits[NB_VLC_TABLE_9] = {
0, 0x2, 0xc, 0x1a,
0x1d, 0x1e, 0x39, 0x3e,