aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-06 15:38:49 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-16 18:07:29 +0200
commit13cddfc4533a6b36bec7416a8be46f9f6fbc01db (patch)
tree5697459639a28473dcd287b22448648e808dab84
parent0b1b93823f1ad0fb711075872fdf873f5a0dc0bf (diff)
downloadffmpeg-13cddfc4533a6b36bec7416a8be46f9f6fbc01db.tar.gz
avcodec/dcahuff: Remove unused define
In reality, the bit allocation VLCs do not use the same number of bits at all. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavcodec/dcahuff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dcahuff.c b/libavcodec/dcahuff.c
index 8d5541f9d0..d1b64798ab 100644
--- a/libavcodec/dcahuff.c
+++ b/libavcodec/dcahuff.c
@@ -44,7 +44,6 @@ static const uint8_t tmode_bits[TMODE_COUNT][4] = {
{ 2, 2, 2, 2 }
};
-#define BITALLOC_12_VLC_BITS 9
static const uint8_t bitalloc_12_vlc_bits[DCA_BITALLOC_12_COUNT] = {
9, 7, 7, 9, 9
};