summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_toolame.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/ae_toolame.h')
-rw-r--r--libmpcodecs/ae_toolame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/ae_toolame.h b/libmpcodecs/ae_toolame.h
index 082dde093b..30000a05ba 100644
--- a/libmpcodecs/ae_toolame.h
+++ b/libmpcodecs/ae_toolame.h
@@ -7,6 +7,7 @@
typedef struct {
toolame_options *toolame_ctx;
int channels, srate, bitrate;
+ int vbr;
int16_t left_pcm[1152], right_pcm[1152];
} mpae_toolame_ctx;