summaryrefslogtreecommitdiff
path: root/src/i965_post_processing.c
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2015-09-08 09:18:14 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2015-09-15 10:11:39 +0800
commitfa014add69105c123b98125029cbdb1c661ff3d4 (patch)
tree9e6a2634233d9fec2bfcef342d725c40e94b8e9c /src/i965_post_processing.c
parent4e434ef89683cdd5973e3413c5bf559d48125cd1 (diff)
downloadlibva-intel-driver-fa014add69105c123b98125029cbdb1c661ff3d4.tar.gz
Silence compiler warning
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'src/i965_post_processing.c')
-rwxr-xr-xsrc/i965_post_processing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i965_post_processing.c b/src/i965_post_processing.c
index 491234be..82162cbe 100755
--- a/src/i965_post_processing.c
+++ b/src/i965_post_processing.c
@@ -4942,8 +4942,6 @@ i965_post_processing(
pp_context->filter_flags = va_flags;
if (avs_is_needed(va_flags)) {
VARectangle tmp_dst_rect;
- struct i965_render_state *render_state = &i965->render_state;
- struct intel_region *dest_region = render_state->draw_region;
if (out_surface_id != VA_INVALID_ID)
tmp_id = out_surface_id;