Remove MpvSubApi wrapper

This commit is contained in:
DepFA 2022-04-20 13:57:56 +01:00 committed by GitHub
parent 87559cde89
commit 0f48db6398
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
mpv.py
View file

@ -390,9 +390,6 @@ MpvNodeList._fields_ = [('num', c_int),
('values', POINTER(MpvNode)),
('keys', POINTER(c_char_p))]
class MpvSubApi(c_int):
MPV_SUB_API_OPENGL_CB = 1
class MpvEvent(Structure):
_fields_ = [('event_id', MpvEventID),
('error', c_int),