diff options
author | Li, Xiaowei A <xiaowei.a.li@intel.com> | 2012-10-31 09:49:12 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2012-10-31 16:50:58 +0800 |
commit | 55554bce84b93b27bec0fc706a68c3d279cdee1a (patch) | |
tree | 5404b88c38ef34c69527ff9ba197a68946666636 /src/i965_post_processing.h | |
parent | 7afb1d0a11b02ae14912102b75426f08eb462a4b (diff) | |
download | libva-intel-driver-55554bce84b93b27bec0fc706a68c3d279cdee1a.tar.gz libva-intel-driver-55554bce84b93b27bec0fc706a68c3d279cdee1a.tar.bz2 libva-intel-driver-55554bce84b93b27bec0fc706a68c3d279cdee1a.zip |
VPP: refine code to resolve building warnings
Signed-off-by: Li,Xiaowei A <xiaowei.a.li@intel.com>
Diffstat (limited to 'src/i965_post_processing.h')
-rwxr-xr-x | src/i965_post_processing.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i965_post_processing.h b/src/i965_post_processing.h index ff00c32..e55d1f6 100755 --- a/src/i965_post_processing.h +++ b/src/i965_post_processing.h @@ -96,6 +96,8 @@ struct pp_dn_context int dest_h; }; +struct i965_post_processing_context; + struct pp_module { struct i965_kernel kernel; |