vpp: fix VAProcPipelineParameterBuffer typedef.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 24 Nov 2011 14:23:46 +0000 (14:23 +0000)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 28 May 2013 08:32:18 +0000 (16:32 +0800)
va/va_vpp.h

index ac806d2..1734118 100644 (file)
@@ -325,7 +325,7 @@ typedef struct _VAProcFilterValueRange {
 } VAProcFilterValueRange;
 
 /** \brief Video processing pipeline configuration. */
-struct _VAProcPipelineParameterBuffer {
+typedef struct _VAProcPipelineParameterBuffer {
     /** \brief Source surface ID. */
     VASurfaceID         surface;
     /**