summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-07-08 07:47:15 +0000
committerAustin Yuan <shengquan.yuan@intel.com>2009-07-08 17:42:05 +0800
commit31d02ddc2acb7276f4031c1db310f6aeafadd10f (patch)
tree870a6eb5d807d298e3f7ebe779fa84d5df7314eb
parenta81ff887616933a465c9239e0e2e67c063cd96ad (diff)
downloadlibva-31d02ddc2acb7276f4031c1db310f6aeafadd10f.tar.gz
Fix dummy_drv_video.so init function name.
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-rw-r--r--dummy_drv_video/dummy_drv_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dummy_drv_video/dummy_drv_video.c b/dummy_drv_video/dummy_drv_video.c
index 20ee3ae..6ba6ebd 100644
--- a/dummy_drv_video/dummy_drv_video.c
+++ b/dummy_drv_video/dummy_drv_video.c
@@ -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;