summaryrefslogtreecommitdiff
path: root/va/va_vpp.h
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-12-18 17:24:50 +0100
committerXiang, Haihao <haihao.xiang@intel.com>2013-05-28 16:32:18 +0800
commita10087d8c67e6fff169a7296dfe8907ab459ae51 (patch)
tree03fad6bc9969c5c2dea4e652a4178ff3d64b93f7 /va/va_vpp.h
parent919dbe57a005f5eb3f4d59591467e18683c70d59 (diff)
downloadlibva-a10087d8c67e6fff169a7296dfe8907ab459ae51.tar.gz
vpp: note that application of subpictures is now optional.
Diffstat (limited to 'va/va_vpp.h')
-rw-r--r--va/va_vpp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/va/va_vpp.h b/va/va_vpp.h
index 6b404e6..316a6af 100644
--- a/va/va_vpp.h
+++ b/va/va_vpp.h
@@ -363,8 +363,9 @@ typedef struct _VAProcPipelineParameterBuffer {
/**
* \brief Source surface ID.
*
- * ID of the source surface to process. If subpictures are associated with
- * the video surfaces then they shall be rendered to the target surface.
+ * ID of the source surface to process. If subpictures are associated
+ * with the video surfaces then they shall be rendered to the target
+ * surface, if the #VA_PROC_PIPELINE_SUBPICTURES pipeline flag is set.
*/
VASurfaceID surface;
/**