diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2011-11-28 12:36:10 +0000 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2013-05-28 16:32:18 +0800 |
commit | d87e181d92254293456fd8e89f8f8c0e96f00518 (patch) | |
tree | 35085cf94dc2d546d11ea93b79d0a75b2c65500a /va | |
parent | fc1072c49c9639b685d469f0ba89c907f4e17a51 (diff) |
vpp: fix vaQueryVideoProcFilterCaps() prototype.
Diffstat (limited to 'va')
-rw-r--r-- | 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 ); /**@}*/ |