vlc/python | branch: master | Olivier Aubert <[email protected]> | Wed 
Jun 25 13:46:46 2014 +0200| [888a7203e997fe2edd23e09c85b73f7cbe963974] | 
committer: Olivier Aubert

bindings: add translation for opaque libvlc_equalizer_t

> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=888a7203e997fe2edd23e09c85b73f7cbe963974
---

 generate.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/generate.py b/generate.py
index a4ca14d..78f658b 100755
--- a/generate.py
+++ b/generate.py
@@ -750,6 +750,7 @@ class PythonGenerator(_Generator):
         'libvlc_track_description_t*': 'ctypes.POINTER(TrackDescription)',
         'libvlc_module_description_t*': 'ctypes.POINTER(ModuleDescription)',
         'libvlc_audio_output_device_t*': 'ctypes.POINTER(AudioOutputDevice)',
+        'libvlc_equalizer_t*':         'ctypes.c_void_p',
 
         'FILE*':                       'FILE_ptr',
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to