summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-10-20 14:05:38 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-10-20 14:05:38 +0200
commitd457eab70e4bd75ccf6539078eb14d208a30dafc (patch)
tree7547d4ec716ff1f77b7288e4280f8d8bbd1935fa
parent60d684630d77d7ff0383d2eb0d05f098b6a008e2 (diff)
downloadlibva-d457eab70e4bd75ccf6539078eb14d208a30dafc.tar.gz
va: fix compiler warnings (drop unused variables).
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
-rw-r--r--va/va.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/va/va.c b/va/va.c
index 36edd64..c64d2d7 100644
--- a/va/va.c
+++ b/va/va.c
@@ -603,7 +603,6 @@ VAStatus vaCreateSurfaces (
{
VADriverContextP ctx;
VAStatus vaStatus;
- int ret = 0;
CHECK_DISPLAY(dpy);
ctx = CTX(dpy);
@@ -790,7 +789,6 @@ VAStatus vaBeginPicture (
{
VADriverContextP ctx;
VAStatus va_status;
- int ret = 0;
CHECK_DISPLAY(dpy);
ctx = CTX(dpy);
@@ -811,7 +809,6 @@ VAStatus vaRenderPicture (
)
{
VADriverContextP ctx;
- int ret = 0;
CHECK_DISPLAY(dpy);
ctx = CTX(dpy);
@@ -829,7 +826,6 @@ VAStatus vaEndPicture (
{
VAStatus va_status;
VADriverContextP ctx;
- int ret = 0;
CHECK_DISPLAY(dpy);
ctx = CTX(dpy);
@@ -853,7 +849,6 @@ VAStatus vaSyncSurface (
{
VAStatus va_status;
VADriverContextP ctx;
- int ret = 0;
CHECK_DISPLAY(dpy);
ctx = CTX(dpy);
@@ -1093,7 +1088,6 @@ VAStatus vaQuerySubpictureFormats (
)
{
VADriverContextP ctx;
- int ret = 0;
CHECK_DISPLAY(dpy);
ctx = CTX(dpy);