hwcontext_vaapi: Enable P010 support

This is required for 10-bit surfaces.
This commit is contained in:
Mark Thompson 2016-09-30 17:27:09 +02:00
parent b8cac1e830
commit eaaaabf6c9
1 changed files with 1 additions and 1 deletions

View File

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