]> git.pld-linux.org Git - packages/ffmpeg.git/blame - libvpx-1.5.patch
- release 3 (by relup.sh)
[packages/ffmpeg.git] / libvpx-1.5.patch
CommitLineData
d0561b54
ER
1https://github.com/jb-alvarado/media-autobuild_suite/issues/185
2http://git.videolan.org/?p=ffmpeg.git;a=commit;h=6540fe04a3f9a11ba7084a49b3ee5fa2fc5b32ab
3
4From: James Zern <jzern@google.com>
5Date: Tue, 20 Oct 2015 05:44:11 +0000 (-0700)
6Subject: libvpxenc: remove some unused ctrl id mappings
7X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=6540fe04a3f9a11ba7084a49b3ee5fa2fc5b32ab;hp=6b41b4414934cc930468ccd5db598dd6ef643987
8
9libvpxenc: remove some unused ctrl id mappings
10
11VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed
12from libvpx and the remaining values were never used here
13
14Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
15Signed-off-by: James Zern <jzern@google.com>
16---
17
18diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c
19index 5f39783..992122c 100644
20--- a/libavcodec/libvpxenc.c
21+++ b/libavcodec/libvpxenc.c
22@@ -104,19 +104,11 @@ typedef struct VP8EncoderContext {
23
24 /** String mappings for enum vp8e_enc_control_id */
25 static const char *const ctlidstr[] = {
26- [VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY",
27- [VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE",
28- [VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE",
29- [VP8E_SET_ROI_MAP] = "VP8E_SET_ROI_MAP",
30- [VP8E_SET_ACTIVEMAP] = "VP8E_SET_ACTIVEMAP",
31- [VP8E_SET_SCALEMODE] = "VP8E_SET_SCALEMODE",
32 [VP8E_SET_CPUUSED] = "VP8E_SET_CPUUSED",
33 [VP8E_SET_ENABLEAUTOALTREF] = "VP8E_SET_ENABLEAUTOALTREF",
34 [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY",
35- [VP8E_SET_SHARPNESS] = "VP8E_SET_SHARPNESS",
36 [VP8E_SET_STATIC_THRESHOLD] = "VP8E_SET_STATIC_THRESHOLD",
37 [VP8E_SET_TOKEN_PARTITIONS] = "VP8E_SET_TOKEN_PARTITIONS",
38- [VP8E_GET_LAST_QUANTIZER] = "VP8E_GET_LAST_QUANTIZER",
39 [VP8E_SET_ARNR_MAXFRAMES] = "VP8E_SET_ARNR_MAXFRAMES",
40 [VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH",
41 [VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE",
This page took 0.042976 seconds and 4 git commands to generate.