[Libva] [PATCH 4/6 v2] add YUY2 to supported image list
Zhao halley
halley.zhao at intel.com
Thu May 31 02:00:27 PDT 2012
---
src/i965_drv_video.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c
index bf8450b..519d8a3 100755
--- a/src/i965_drv_video.c
+++ b/src/i965_drv_video.c
@@ -105,6 +105,8 @@ i965_image_formats_map[I965_MAX_IMAGE_FORMATS + 1] = {
{ VA_FOURCC('I','4','2','0'), VA_LSB_FIRST, 12, } },
{ I965_SURFACETYPE_YUV,
{ VA_FOURCC('N','V','1','2'), VA_LSB_FIRST, 12, } },
+ { I965_SURFACETYPE_YUV,
+ { VA_FOURCC('Y','U','Y','2'), VA_LSB_FIRST, 16, } },
};
/* List of supported subpicture formats */
--
1.7.5.4
More information about the Libva
mailing list