From a10087d8c67e6fff169a7296dfe8907ab459ae51 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Sun, 18 Dec 2011 17:24:50 +0100 Subject: [PATCH] vpp: note that application of subpictures is now optional. --- va/va_vpp.h | 5 +++-- 1 file 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; /** -- 2.7.4