hardware/intel/common/libva
修订版 | 31d02ddc2acb7276f4031c1db310f6aeafadd10f (tree) |
---|---|
时间 | 2009-07-08 18:42:05 |
作者 | Gwenole Beauchesne <gbeauchesne@spli...> |
Commiter | Austin Yuan |
Fix dummy_drv_video.so init function name.
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
@@ -1211,7 +1211,7 @@ VAStatus dummy_Terminate( VADriverContextP ctx ) | ||
1211 | 1211 | return VA_STATUS_SUCCESS; |
1212 | 1212 | } |
1213 | 1213 | |
1214 | -VAStatus __vaDriverInit_0_29( VADriverContextP ctx ) | |
1214 | +VAStatus __vaDriverInit_0_30( VADriverContextP ctx ) | |
1215 | 1215 | { |
1216 | 1216 | object_base_p obj; |
1217 | 1217 | int result; |