hardware/intel/libva
修訂 | e95506672bd7d8ab94b50ffeb54ff8b7ac45e3ed (tree) |
---|---|
時間 | 2013-05-28 17:32:18 |
作者 | Gwenole Beauchesne <gwenole.beauchesne@inte...> |
Commiter | Xiang, Haihao |
API: vpp: remove extraneous flags member.
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>
@@ -333,8 +333,6 @@ typedef enum _VAProcColorStandardType { | ||
333 | 333 | |
334 | 334 | /** \brief Video processing pipeline capabilities. */ |
335 | 335 | typedef struct _VAProcPipelineCaps { |
336 | - /** \brief Video filter flags. See video pipeline flags. */ | |
337 | - unsigned int flags; | |
338 | 336 | /** \brief Pipeline flags. See VAProcPipelineParameterBuffer::pipeline_flags. */ |
339 | 337 | unsigned int pipeline_flags; |
340 | 338 | /** \brief Extra filter flags. See VAProcPipelineParameterBuffer::filter_flags. */ |