From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 00E4D46FFE for ; Tue, 25 Jul 2023 08:59:18 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3EC1368C817; Tue, 25 Jul 2023 11:58:57 +0300 (EEST) Received: from shout02.mail.de (shout02.mail.de [62.201.172.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EC90B68C768 for ; Tue, 25 Jul 2023 11:58:48 +0300 (EEST) Received: from postfix01.mail.de (postfix01.bt.mail.de [10.0.121.125]) by shout02.mail.de (Postfix) with ESMTP id 9870DA05BC for ; Tue, 25 Jul 2023 10:58:48 +0200 (CEST) Received: from smtp01.mail.de (smtp01.bt.mail.de [10.0.121.211]) by postfix01.mail.de (Postfix) with ESMTP id 8046C801B2 for ; Tue, 25 Jul 2023 10:58:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1690275528; bh=TYGz2EQnHNbeYdN2pwgHL4sOIfaLv4DxsMpMofi+Go0=; h=From:To:Subject:Date:Message-Id:From:To:CC:Subject:Reply-To; b=u3Jl2zYDLRn6rEigiMOgzrmtN63osUVNvrpbfCuoWglTggnE+hikY/UBkEHn+3RXI TbAJzd7NiKrxcZOSQNHfk+AhUa6pzP6NUCTa6R2ebSp2yCMPRU33X22LbT/szS/zc0 oVo/pE4BjimOnOMft67WN+dBJi6sLU3UiDwyGf4VJm8WSJs0+24s/FWKYHFmHVIf/3 gILR04rXQz5zZMlCrCd2Xi/I3Kq7UdiRV2mvqtbv9ye5t1TD98AvkN9eXO6NDyB9cA XxuTke/IgT+gdsO/ERDZRUp3Sff0xMJmIgnAVYfFCG6YFoegGg/izXoPzxpg91BjeH wV8ESEDk5djPQ== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp01.mail.de (Postfix) with ESMTPSA id 491A210013A for ; Tue, 25 Jul 2023 10:58:48 +0200 (CEST) From: Thilo Borgmann To: ffmpeg-devel@ffmpeg.org Date: Tue, 25 Jul 2023 10:58:41 +0200 Message-Id: <20230725085846.93593-3-thilo.borgmann@mail.de> In-Reply-To: <20230725085846.93593-1-thilo.borgmann@mail.de> References: <20230725085846.93593-1-thilo.borgmann@mail.de> MIME-Version: 1.0 X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 581 X-purgate-ID: 154282::1690275528-FC7F07B6-783B7222/0/0 Subject: [FFmpeg-devel] [PATCH v4 2/7] avcodec/webp: remove unused definitions X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --- libavcodec/webp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/webp.c b/libavcodec/webp.c index b0475c344a..6ba81a6a99 100644 --- a/libavcodec/webp.c +++ b/libavcodec/webp.c @@ -60,8 +60,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.37.1 (Apple Git-137.1) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".