diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-08-31 16:27:09 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-08-31 16:27:09 +0800 |
commit | 9664f0b207b48a141200bf392374eef82b3a1d08 (patch) | |
tree | 38a3ff518634e5b0ffa784633af40dd62776ed99 /dummy_drv_video | |
parent | 2822d025263d516bd619c8bbe1d17ff4c1bd1af2 (diff) | |
download | libva-9664f0b207b48a141200bf392374eef82b3a1d08.tar.gz |
__vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'dummy_drv_video')
-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 1a9d7c1..f617018 100644 --- a/dummy_drv_video/dummy_drv_video.c +++ b/dummy_drv_video/dummy_drv_video.c @@ -1163,7 +1163,7 @@ VAStatus dummy_Terminate( VADriverContextP ctx ) return VA_STATUS_SUCCESS; } -VAStatus __vaDriverInit_0_30( VADriverContextP ctx ) +VAStatus __vaDriverInit_0_31( VADriverContextP ctx ) { object_base_p obj; int result; |