summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_vaapi.c
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2022-07-23 11:23:38 -0700
committerPhilip Langdale <philipl@overt.org>2022-08-03 14:10:12 -0700
commit2b720676e070c9920391ef29d35d8ca6a79bf0c6 (patch)
treef6a7e37ec6df5c791ea73219f652fe0a60a3cd96 /libavutil/hwcontext_vaapi.c
parent6ab8a9d375ca922b2a94cd7160a4e3c5abe6339c (diff)
lavu/hwcontext_vaapi: Map the AYUV format
This is the format used by Intel VAAPI for 8bit 4:4:4 content.
Diffstat (limited to 'libavutil/hwcontext_vaapi.c')
-rw-r--r--libavutil/hwcontext_vaapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c
index c3a98bc4b1..2ee5145727 100644
--- a/libavutil/hwcontext_vaapi.c
+++ b/libavutil/hwcontext_vaapi.c
@@ -125,6 +125,7 @@ static const VAAPIFormatDescriptor vaapi_format_map[] = {
MAP(411P, YUV411, YUV411P, 0),
MAP(422V, YUV422, YUV440P, 0),
MAP(444P, YUV444, YUV444P, 0),
+ MAP(AYUV, YUV444, VUYA, 0),
MAP(Y800, YUV400, GRAY8, 0),
#ifdef VA_FOURCC_P010
MAP(P010, YUV420_10BPP, P010, 0),