[vlc-commits] aom: remove unsupported AOM chroma
Alexandre Janniaux
git at videolan.org
Fri Mar 13 12:03:22 CET 2020
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Fri Mar 6 12:56:31 2020 +0100| [595878cddd1b9b2ba6706a3782011e9228c64876] | committer: Thomas Guillem
aom: remove unsupported AOM chroma
Also removed upstream in f1570f0c2f70832dd170285f8de60bd2379c8efa. See
the following link:
https://aomedia.googlesource.com/aom/+/f1570f0c2f70832dd170285f8de60bd2379c8efa%5E%21/#F0
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=595878cddd1b9b2ba6706a3782011e9228c64876
---
modules/codec/aom.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/codec/aom.c b/modules/codec/aom.c
index e4cf5d4ff2..2a0362e26a 100644
--- a/modules/codec/aom.c
+++ b/modules/codec/aom.c
@@ -132,7 +132,6 @@ static const struct
{ VLC_CODEC_I444, AOM_IMG_FMT_I444, 8, 0 },
{ VLC_CODEC_YV12, AOM_IMG_FMT_YV12, 8, 0 },
- { VLC_CODEC_YUVA, AOM_IMG_FMT_444A, 8, 0 },
{ VLC_CODEC_GBR_PLANAR, AOM_IMG_FMT_I444, 8, 1 },
{ VLC_CODEC_GBR_PLANAR_10L, AOM_IMG_FMT_I44416, 10, 1 },
More information about the vlc-commits
mailing list