[FFmpeg-devel] [PATCH v10 1/5] avcodec/webp: remove unused definitions
thilo.borgmann at mail.de
thilo.borgmann at mail.de
Mon Feb 5 21:41:38 EET 2024
From: Thilo Borgmann <thilo.borgmann at mail.de>
---
libavcodec/webp.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/webp.c b/libavcodec/webp.c
index 54b3fde6dc..4fd107aa0c 100644
--- a/libavcodec/webp.c
+++ b/libavcodec/webp.c
@@ -59,8 +59,6 @@
#define VP8X_FLAG_ALPHA 0x10
#define VP8X_FLAG_ICC 0x20
-#define MAX_PALETTE_SIZE 256
-#define MAX_CACHE_BITS 11
#define NUM_CODE_LENGTH_CODES 19
#define HUFFMAN_CODES_PER_META_CODE 5
#define NUM_LITERAL_CODES 256
--
2.39.3 (Apple Git-145)
More information about the ffmpeg-devel
mailing list