diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2008-04-28 17:56:53 -0700 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2008-04-28 17:56:53 -0700 |
commit | 63c3e879968c3c374dfe4d1e594701772e2c6a47 (patch) | |
tree | 6869cd88108c761b81b5a42022ecd13e7bd3348b /dummy_drv_video | |
parent | 1d44071bb4d082cbba05d3dc31b38ee37b13d28e (diff) | |
download | libva-63c3e879968c3c374dfe4d1e594701772e2c6a47.tar.gz |
Fix interface revision of dummy driver.
Diffstat (limited to 'dummy_drv_video')
-rw-r--r-- | dummy_drv_video/dummy_drv_video.c | 4 |
1 files changed, 2 insertions, 2 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; |