[Libva] [PATCH 03/24] vpp: fix VAProcPipelineParameterBuffer typedef.
Xiang, Haihao
haihao.xiang at intel.com
Mon May 13 01:19:02 PDT 2013
From: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
---
va/va_vpp.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/va/va_vpp.h b/va/va_vpp.h
index ac806d2..1734118 100644
--- a/va/va_vpp.h
+++ b/va/va_vpp.h
@@ -325,7 +325,7 @@ typedef struct _VAProcFilterValueRange {
} VAProcFilterValueRange;
/** \brief Video processing pipeline configuration. */
-struct _VAProcPipelineParameterBuffer {
+typedef struct _VAProcPipelineParameterBuffer {
/** \brief Source surface ID. */
VASurfaceID surface;
/**
--
1.7.4.1
More information about the Libva
mailing list