Commit eaaaabf6 authored by Mark Thompson's avatar Mark Thompson

hwcontext_vaapi: Enable P010 support

This is required for 10-bit surfaces.
parent b8cac1e8
......@@ -109,7 +109,7 @@ static struct {
MAP(YUY2, YUV422, YUYV422),
MAP(Y800, YUV400, GRAY8),
#ifdef VA_FOURCC_P010
//MAP(P010, YUV420_10BPP, P010),
MAP(P010, YUV420_10BPP, P010),
#endif
MAP(BGRA, RGB32, BGRA),
//MAP(BGRX, RGB32, BGR0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment