python-vlc
python-vlc copied to clipboard
Generator support for libvlc_time_t* pointer types (Fixes VLC 4.0 build)
The generator currently fails when building against VLC 4.0-dev headers due to the unmapped type libvlc_time_t* used in libvlc_media_player_get_abloop.
This PR adds the necessary type mapping to ctypes.POINTER(ctypes.c_longlong).
Closes #298