From: Waldo Bastian Date: Sat, 15 Mar 2008 01:40:03 +0000 (-0700) Subject: Call vaPutSurface X-Git-Tag: phase2-20081110~8^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99895bf992ec5c4a45fb7ee0954acdf468bdbc21;p=profile%2Fivi%2Flibva.git Call vaPutSurface --- 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");