Call vaPutSurface
authorWaldo Bastian <waldo.bastian@intel.com>
Sat, 15 Mar 2008 01:40:03 +0000 (18:40 -0700)
committerWaldo Bastian <waldo.bastian@intel.com>
Sat, 15 Mar 2008 01:40:03 +0000 (18:40 -0700)
test/test_12.c

index dcc7021..070d45c 100644 (file)
@@ -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");