From cb8b5b66f4c88c323848878755f69ebfd6e098c1 Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Mon, 22 Jan 2018 10:09:15 +0800 Subject: Update some comments about VADRMPRIMESurfaceDescriptor width/height in VADRMPRIMESurfaceDescriptor specifies the surface width/height in pixels Signed-off-by: Xiang, Haihao --- va/va_drmcommon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/va/va_drmcommon.h b/va/va_drmcommon.h index 55eb9e9..6d9c8a0 100644 --- a/va/va_drmcommon.h +++ b/va/va_drmcommon.h @@ -105,9 +105,9 @@ struct drm_state { typedef struct _VADRMPRIMESurfaceDescriptor { /** Pixel format fourcc of the whole surface (VA_FOURCC_*). */ uint32_t fourcc; - /** Width of the surface. */ + /** Width of the surface in pixels. */ uint32_t width; - /** Height of the surface. */ + /** Height of the surface in pixels. */ uint32_t height; /** Number of distinct DRM objects making up the surface. */ uint32_t num_objects; -- cgit v1.2.1