[Libva] [PATCH 05/24] vpp: fix vaQueryVideoProcFilterCaps() prototype.

Xiang, Haihao haihao.xiang at intel.com
Mon May 13 01:19:06 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 e8c8393..0c8fb35 100644
--- a/va/va_vpp.h
+++ b/va/va_vpp.h
@@ -559,7 +559,7 @@ vaQueryVideoProcFilterCaps(
     VAContextID         context,
     VAProcFilterType    type,
     void               *filter_caps,
-    unsigned int        num_filter_caps
+    unsigned int       *num_filter_caps
 );
 
 /**@}*/
-- 
1.7.4.1



More information about the Libva mailing list