summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@intel.com>2008-04-29 18:35:52 -0400
committerAustin Yuan <shengquan.yuan@intel.com>2008-04-29 18:35:52 -0400
commit8db6ca66e7e43476570c4ee39dbf3d140f62eea5 (patch)
treeb337bfb85dfa0a231a11111c06d274e1757b4c1d
parentb55eb7baf850eeb1c4a1f235fe050cd0e2818e3c (diff)
parentb355047adc073b27c0ab9fab7845033f26c818c8 (diff)
downloadlibva-8db6ca66e7e43476570c4ee39dbf3d140f62eea5.tar.gz
Merge branch 'master' into mrst-video
-rw-r--r--dummy_drv_video/dummy_drv_video.c4
-rwxr-xr-xtest/mpeg2-I.jpgbin0 -> 144089 bytes
-rw-r--r--test/mpeg2-I.mpgbin0 -> 197 bytes
-rw-r--r--test/test_12.c2
4 files changed, 2 insertions, 4 deletions
diff --git a/dummy_drv_video/dummy_drv_video.c b/dummy_drv_video/dummy_drv_video.c
index 04e9e37..3ba1ee9 100644
--- a/dummy_drv_video/dummy_drv_video.c
+++ b/dummy_drv_video/dummy_drv_video.c
@@ -1199,7 +1199,7 @@ VAStatus dummy_Terminate( VADriverContextP ctx )
return VA_STATUS_SUCCESS;
}
-VAStatus __vaDriverInit_0_28( VADriverContextP ctx )
+VAStatus __vaDriverInit_0_29( VADriverContextP ctx )
{
object_base_p obj;
int result;
@@ -1207,7 +1207,7 @@ VAStatus __vaDriverInit_0_28( VADriverContextP ctx )
int i;
ctx->version_major = 0;
- ctx->version_minor = 28;
+ ctx->version_minor = 29;
ctx->max_profiles = DUMMY_MAX_PROFILES;
ctx->max_entrypoints = DUMMY_MAX_ENTRYPOINTS;
ctx->max_attributes = DUMMY_MAX_CONFIG_ATTRIBUTES;
diff --git a/test/mpeg2-I.jpg b/test/mpeg2-I.jpg
new file mode 100755
index 0000000..f5a6c50
--- /dev/null
+++ b/test/mpeg2-I.jpg
Binary files differ
diff --git a/test/mpeg2-I.mpg b/test/mpeg2-I.mpg
new file mode 100644
index 0000000..f00fa01
--- /dev/null
+++ b/test/mpeg2-I.mpg
Binary files differ
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");