diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2008-04-28 17:56:51 -0700 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2008-04-28 17:56:51 -0700 |
commit | b355047adc073b27c0ab9fab7845033f26c818c8 (patch) | |
tree | de3bad54f823a7bca9cc207de3446b59d755753d | |
parent | 99895bf992ec5c4a45fb7ee0954acdf468bdbc21 (diff) |
Fix interface revision of dummy driver.
-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; |