From 79b014ed4b6ffaa7a5509921e245222e01abc12b Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Mon, 28 Nov 2011 12:36:10 +0000 Subject: [PATCH] vpp: fix vaQueryVideoProcFilterCaps() prototype. --- va/va_vpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); /**@}*/ -- 2.7.4