1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

avcodec/cfhddata: remove unused defines

This commit is contained in:
Paul B Mahol
2022-09-03 09:23:39 +02:00
parent e4ac156b7c
commit 10ed73e933

View File

@@ -24,14 +24,6 @@
#include "cfhd.h"
/* 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
#define NB_VLC_TABLE_9 (71 + 3)
#define NB_VLC_TABLE_18 (263 + 1)