[Libva] [PATCH 19/24] API: vpp: remove extraneous flags member.

Xiang, Haihao haihao.xiang at intel.com
Mon May 13 01:19:22 PDT 2013


From: Gwenole Beauchesne <gwenole.beauchesne at intel.com>

VAProcPipelineCaps contained an extra flags member which existed before
its split into pipeline_flags and filter_flags.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
---
 va/va_vpp.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/va/va_vpp.h b/va/va_vpp.h
index 46d29f4..473937f 100644
--- a/va/va_vpp.h
+++ b/va/va_vpp.h
@@ -333,8 +333,6 @@ typedef enum _VAProcColorStandardType {
 
 /** \brief Video processing pipeline capabilities. */
 typedef struct _VAProcPipelineCaps {
-    /** \brief Video filter flags. See video pipeline flags. */
-    unsigned int        flags;
     /** \brief Pipeline flags. See VAProcPipelineParameterBuffer::pipeline_flags. */
     unsigned int        pipeline_flags;
     /** \brief Extra filter flags. See VAProcPipelineParameterBuffer::filter_flags. */
-- 
1.7.4.1



More information about the Libva mailing list