diff libmpcodecs/ae_toolame.h @ 15265:92772475ed8d

toolame now works in vbr mode, too
author nicodvb
date Mon, 25 Apr 2005 10:37:55 +0000
parents e84a6ae9d51e
children 3baf6a2283da
line wrap: on
line diff
--- a/libmpcodecs/ae_toolame.h	Mon Apr 25 09:20:21 2005 +0000
+++ b/libmpcodecs/ae_toolame.h	Mon Apr 25 10:37:55 2005 +0000
@@ -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;