You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
319 B
12 lines
319 B
--- a/modules/codec/aom.c
|
|
+++ b/modules/codec/aom.c
|
|
@@ -98,7 +98,6 @@
|
|
{ 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 },
|
|
|