summarylogtreecommitdiffstats
path: root/0001-I444-is-the-answer.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-I444-is-the-answer.patch')
-rw-r--r--0001-I444-is-the-answer.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0001-I444-is-the-answer.patch b/0001-I444-is-the-answer.patch
deleted file mode 100644
index 0236f47506f9..000000000000
--- a/0001-I444-is-the-answer.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 3ba7a1bd60735932867c46ceccc1f714314d1158 Mon Sep 17 00:00:00 2001
-From: Solomon Choina <shlomochoina@gmail.com>
-Date: Thu, 5 Mar 2020 12:55:55 -0500
-Subject: [PATCH] I444 is the answer
-
----
- modules/codec/aom.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/modules/codec/aom.c b/modules/codec/aom.c
-index e4cf5d4ff2..6df26de0ff 100644
---- a/modules/codec/aom.c
-+++ b/modules/codec/aom.c
-@@ -132,7 +132,7 @@ 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_YUVA, AOM_IMG_FMT_I444, 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
-