diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-07-08 07:47:15 +0000 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-07-08 17:42:05 +0800 |
commit | 31d02ddc2acb7276f4031c1db310f6aeafadd10f (patch) | |
tree | 870a6eb5d807d298e3f7ebe779fa84d5df7314eb | |
parent | a81ff887616933a465c9239e0e2e67c063cd96ad (diff) | |
download | libva-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.c | 2 |
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; |