summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>2018-04-12 16:40:57 +0200
committerPaul Kocialkowski <paul.kocialkowski@bootlin.com>2018-04-12 16:40:57 +0200
commit905754eb253c7c5be47fe5a3623ecbaa8da0a3c9 (patch)
treeffa88bed7dbf1b151b851c1450f59c68386cd64a
parentcdc53233b89b4d6225791056a532af85803a7c22 (diff)
downloadlibva-cedrus-905754eb253c7c5be47fe5a3623ecbaa8da0a3c9.tar.gz
libva-cedrus-905754eb253c7c5be47fe5a3623ecbaa8da0a3c9.tar.bz2
libva-cedrus-905754eb253c7c5be47fe5a3623ecbaa8da0a3c9.zip
step
-rw-r--r--src/surface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/surface.c b/src/surface.c
index a314125..30631f5 100644
--- a/src/surface.c
+++ b/src/surface.c
@@ -274,6 +274,7 @@ VAStatus sunxi_cedrus_PutSurface(VADriverContextP ctx, VASurfaceID surface,
VARectangle *cliprects, unsigned int number_cliprects,
unsigned int flags)
{
+/*
INIT_DRIVER_DATA
GC gc;
Display *display;
@@ -314,6 +315,7 @@ VAStatus sunxi_cedrus_PutSurface(VADriverContextP ctx, VASurfaceID surface,
XFlush(display);
XCloseDisplay(display);
+*/
return VA_STATUS_SUCCESS;
}