views:

24

answers:

0

Hi,

I have been developing a DVD player using vlc version 1.1.1 libraries and have recently upgraded to version 1.1.4. Previously I have been getting the current vlc_object_t by using libvlc_get_vlc_instance and then using the object, along with the relevant key information, in subsequent calls to __var_SetInteger.

This mehtod worked fine for version 1.1.1 but in version 1.1.4 libvlc_get_vlc_instance no longer exists. Does anyone know of the replacement method or of another way to handle DVD menu navigation?

Regards