py/stream.h: Add MP_STREAM_POLL_NVAL constant.
This commit is contained in:
parent
71401d5065
commit
d3c383de79
@ -49,6 +49,7 @@
|
|||||||
#define MP_STREAM_POLL_WR (0x0004)
|
#define MP_STREAM_POLL_WR (0x0004)
|
||||||
#define MP_STREAM_POLL_ERR (0x0008)
|
#define MP_STREAM_POLL_ERR (0x0008)
|
||||||
#define MP_STREAM_POLL_HUP (0x0010)
|
#define MP_STREAM_POLL_HUP (0x0010)
|
||||||
|
#define MP_STREAM_POLL_NVAL (0x0020)
|
||||||
|
|
||||||
// Argument structure for MP_STREAM_SEEK
|
// Argument structure for MP_STREAM_SEEK
|
||||||
struct mp_stream_seek_t {
|
struct mp_stream_seek_t {
|
||||||
|
Loading…
Reference in New Issue
Block a user