OSDN Git Service

API: vpp: remove extraneous flags member.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 3 Apr 2012 08:36:22 +0000 (10:36 +0200)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 28 May 2013 08:32:18 +0000 (16:32 +0800)
VAProcPipelineCaps contained an extra flags member which existed before
its split into pipeline_flags and filter_flags.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
va/va_vpp.h

index 46d29f4..473937f 100644 (file)
@@ -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. */