We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
write_packet
1 parent 6b20f97 commit 71ad5c3Copy full SHA for 71ad5c3
include/libavformat/avformat.pxd
@@ -79,7 +79,7 @@ cdef extern from "libavformat/avformat.h" nogil:
79
int write_flag,
80
void *opaque,
81
int(*read_packet)(void *opaque, uint8_t *buf, int buf_size),
82
- int(*write_packet)(void *opaque, uint8_t *buf, int buf_size),
+ int(*write_packet)(void *opaque, const uint8_t *buf, int buf_size),
83
int64_t(*seek)(void *opaque, int64_t offset, int whence)
84
)
85
0 commit comments