diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-08-28 17:25:21 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-08-28 17:25:21 +0800 |
commit | 2822d025263d516bd619c8bbe1d17ff4c1bd1af2 (patch) | |
tree | 38813736dc6a94c5f0284807dbe754a74b21f9c9 /test | |
parent | e2a24f0189561cc4feaf00d0b48f22947704ae56 (diff) | |
download | libva-2822d025263d516bd619c8bbe1d17ff4c1bd1af2.tar.gz |
Remove context from vaSyncSurface
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/test_12.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_12.c b/test/test_12.c index 3c82476..c9e4db9 100644 --- a/test/test_12.c +++ b/test/test_12.c @@ -222,7 +222,7 @@ void test() va_status = vaEndPicture(va_dpy,vaContext); ASSERT( VA_STATUS_SUCCESS == va_status ); - va_status = vaSyncSurface(va_dpy, vaContext, vaSurface); + va_status = vaSyncSurface(va_dpy, vaSurface); ASSERT( VA_STATUS_SUCCESS == va_status ); win = XCreateSimpleWindow(dpy, RootWindow(dpy, 0), 0, 0, |