vpp: fix vaQueryVideoProcFilterCaps() prototype.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 28 Nov 2011 12:36:10 +0000 (12:36 +0000)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 2 Jan 2012 17:01:20 +0000 (18:01 +0100)
va/va_vpp.h

index e8c8393..0c8fb35 100644 (file)
@@ -559,7 +559,7 @@ vaQueryVideoProcFilterCaps(
     VAContextID         context,
     VAProcFilterType    type,
     void               *filter_caps,
-    unsigned int        num_filter_caps
+    unsigned int       *num_filter_caps
 );
 
 /**@}*/