Commit 31d02ddc authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Austin Yuan

Fix dummy_drv_video.so init function name.

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@intel.com>
parent a81ff887
......@@ -1211,7 +1211,7 @@ 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;
......
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