summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Zhang <carl.zhang@intel.com>2020-04-02 06:30:30 -0400
committerXinfengZhang <carl.zhang@intel.com>2020-05-11 09:05:59 +0800
commit256bbabbcec14593f5a922944cf1f702e0c00377 (patch)
tree3719c3936d10b3703995ccfbb1023c82171424c6
parent82122961145d4be616400cc99485867adfddd971 (diff)
downloadlibva-256bbabbcec14593f5a922944cf1f702e0c00377.tar.gz
remove check of vaPutSurface implementation
Fixes #361 some backend driver does not implement vaPutSurface Signed-off-by: Carl Zhang <carl.zhang@intel.com>
-rw-r--r--va/va.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/va/va.c b/va/va.c
index df9448d..e8501c0 100644
--- a/va/va.c
+++ b/va/va.c
@@ -544,7 +544,6 @@ static VAStatus va_openDriver(VADisplay dpy, char *driver_name)
CHECK_VTABLE(vaStatus, ctx, EndPicture);
CHECK_VTABLE(vaStatus, ctx, SyncSurface);
CHECK_VTABLE(vaStatus, ctx, QuerySurfaceStatus);
- CHECK_VTABLE(vaStatus, ctx, PutSurface);
CHECK_VTABLE(vaStatus, ctx, QueryImageFormats);
CHECK_VTABLE(vaStatus, ctx, CreateImage);
CHECK_VTABLE(vaStatus, ctx, DeriveImage);