Commit 63c3e879 authored by Waldo Bastian's avatar Waldo Bastian

Fix interface revision of dummy driver.

parent 1d44071b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment