[FFmpeg-cvslog] avcodec/cfhddata: remove unused defines
Paul B Mahol
git at videolan.org
Sat Sep 3 15:48:26 EEST 2022
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Sep 3 09:23:39 2022 +0200| [10ed73e933bbc9261c7637652c533ee508e60bca] | committer: Paul B Mahol
avcodec/cfhddata: remove unused defines
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10ed73e933bbc9261c7637652c533ee508e60bca
---
libavcodec/cfhddata.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/libavcodec/cfhddata.c b/libavcodec/cfhddata.c
index 55c8004bdd..8079fdf542 100644
--- a/libavcodec/cfhddata.c
+++ b/libavcodec/cfhddata.c
@@ -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)
More information about the ffmpeg-cvslog
mailing list