summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2016-06-22 19:46:02 +0800
committerSean V Kelley <seanvk@posteo.de>2016-06-24 15:42:03 -0700
commit4ea3e2f0b921cfbed30d0cfe795939df742e5cfd (patch)
treedf63ccff6d4cfcc8daf4211a758c7b317e862c9e
parentfb3d2ef558907d490e9d1183bba013ca8e75af9e (diff)
Remove unused local varibles in upload_source_YUV_once_for_all.
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Reviewed-by: Sean V Kelley <seanvk@posteo.de>
-rwxr-xr-xtest/putsurface/putsurface_common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/putsurface/putsurface_common.c b/test/putsurface/putsurface_common.c
index 3806bbc..c50c116 100755
--- a/test/putsurface/putsurface_common.c
+++ b/test/putsurface/putsurface_common.c
@@ -350,9 +350,6 @@ static VASurfaceID get_next_free_surface(int *index)
static int upload_source_YUV_once_for_all()
{
- VAImage surface_image;
- void *surface_p=NULL, *U_start,*V_start;
- VAStatus va_status;
int box_width_loc=8;
int row_shift_loc=0;
int i;