added comment

This commit is contained in:
Andreas Preikschat 2013-03-28 15:57:47 +01:00
parent 6908577b54
commit 297b47fca3
1 changed files with 1 additions and 0 deletions

View File

@ -3422,6 +3422,7 @@ def libvlc_media_new_path(p_instance, path):
f = _Cfunctions.get('libvlc_media_new_path', None) or \
_Cfunction('libvlc_media_new_path', ((1,), (1,),), class_result(Media),
ctypes.c_void_p, Instance, ctypes.c_char_p)
# OpenLP: Do not change this line. Needed for python3 rework.
return f(p_instance, str_to_bytes(path))
def libvlc_media_new_fd(p_instance, fd):