lavu/hwcontext_vaapi: Map the AYUV format

This is the format used by Intel VAAPI for 8bit 4:4:4 content.
This commit is contained in:
Philip Langdale 2022-07-23 11:23:38 -07:00
parent 6ab8a9d375
commit 2b720676e0
2 changed files with 2 additions and 1 deletions

View File

@ -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),

View File

@ -80,7 +80,7 @@
#define LIBAVUTIL_VERSION_MAJOR 57
#define LIBAVUTIL_VERSION_MINOR 32
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_MICRO 101
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \