Remove MpvSubApi wrapper
This commit is contained in:
parent
87559cde89
commit
0f48db6398
1 changed files with 0 additions and 3 deletions
3
mpv.py
3
mpv.py
|
|
@ -390,9 +390,6 @@ MpvNodeList._fields_ = [('num', c_int),
|
||||||
('values', POINTER(MpvNode)),
|
('values', POINTER(MpvNode)),
|
||||||
('keys', POINTER(c_char_p))]
|
('keys', POINTER(c_char_p))]
|
||||||
|
|
||||||
class MpvSubApi(c_int):
|
|
||||||
MPV_SUB_API_OPENGL_CB = 1
|
|
||||||
|
|
||||||
class MpvEvent(Structure):
|
class MpvEvent(Structure):
|
||||||
_fields_ = [('event_id', MpvEventID),
|
_fields_ = [('event_id', MpvEventID),
|
||||||
('error', c_int),
|
('error', c_int),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue