summaryrefslogtreecommitdiff
path: root/dummy_drv_video/dummy_drv_video.c
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@intel.com>2009-08-25 03:32:22 +0800
committerAustin Yuan <shengquan.yuan@intel.com>2009-08-25 03:32:22 +0800
commitfb431c22c4aeb593da780faf4f29573e00b01674 (patch)
tree5a07bf5241e51210bc490a8d6c8382e6daaace78 /dummy_drv_video/dummy_drv_video.c
parent49f5210a0aa8d60000a91f69d7f8ad4a682cad53 (diff)
downloadlibva-fb431c22c4aeb593da780faf4f29573e00b01674.tar.gz
Sync latest fd.o libva:master20090820_5.1.0.0121
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'dummy_drv_video/dummy_drv_video.c')
-rw-r--r--dummy_drv_video/dummy_drv_video.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dummy_drv_video/dummy_drv_video.c b/dummy_drv_video/dummy_drv_video.c
index 20ee3ae..1eb51a0 100644
--- a/dummy_drv_video/dummy_drv_video.c
+++ b/dummy_drv_video/dummy_drv_video.c
@@ -1211,15 +1211,15 @@ VAStatus dummy_Terminate( VADriverContextP ctx )
return VA_STATUS_SUCCESS;
}
-VAStatus __vaDriverInit_0_29( VADriverContextP ctx )
+VAStatus __vaDriverInit_0_30( VADriverContextP ctx )
{
object_base_p obj;
int result;
struct dummy_driver_data *driver_data;
int i;
- ctx->version_major = 0;
- ctx->version_minor = 29;
+ ctx->version_major = VA_MAJOR_VERSION;
+ ctx->version_minor = VA_MINOR_VERSION;
ctx->max_profiles = DUMMY_MAX_PROFILES;
ctx->max_entrypoints = DUMMY_MAX_ENTRYPOINTS;
ctx->max_attributes = DUMMY_MAX_CONFIG_ATTRIBUTES;