summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpdemux/aviwrite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/aviwrite.h b/libmpdemux/aviwrite.h
index 5c24f01b34..b6a27a0926 100644
--- a/libmpdemux/aviwrite.h
+++ b/libmpdemux/aviwrite.h
@@ -13,6 +13,7 @@ typedef struct {
// buffering:
unsigned char *buffer;
unsigned int buffer_size;
+ unsigned int buffer_len;
// source stream:
void* source; // sh_audio or sh_video
int codec; // codec used for encoding. 0 means copy