From 99895bf992ec5c4a45fb7ee0954acdf468bdbc21 Mon Sep 17 00:00:00 2001 From: Waldo Bastian Date: Fri, 14 Mar 2008 18:40:03 -0700 Subject: [PATCH] Call vaPutSurface --- test/test_12.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_12.c b/test/test_12.c index dcc7021..070d45c 100644 --- a/test/test_12.c +++ b/test/test_12.c @@ -228,12 +228,10 @@ void test() XMapWindow(dpy, win); XSync(dpy, False); -#if 0 va_status = vaPutSurface(va_dpy, vaSurface, win, 0,0,surf_width,surf_height, 0,0,win_width,win_height, NULL,0,0); -#endif ASSERT( VA_STATUS_SUCCESS == va_status ); printf("press any key to exit\n"); -- 2.7.4