This commit is contained in:
Vitor Santos Costa
2018-06-01 13:22:13 +01:00
parent 725a0a692a
commit 94a826efcc
9 changed files with 477 additions and 268 deletions

View File

@@ -233,6 +233,9 @@ typedef struct stream_desc {
struct {
const unsigned char *buf, *ptr;
} irl;
struct {
unsigned char *buf, *ptr;
} w_irl;
void *private_data;
} u;
struct {