[vlc-devel] [PATCH] aom: remove unsupported AOM chroma
Alexandre Janniaux
ajanni at videolabs.io
Fri Mar 6 12:56:31 CET 2020
Also removed upstream in f1570f0c2f70832dd170285f8de60bd2379c8efa. See
the following link:
https://aomedia.googlesource.com/aom/+/f1570f0c2f70832dd170285f8de60bd2379c8efa%5E%21/#F0
---
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 },
--
2.25.1
More information about the vlc-devel
mailing list