mphq now runs Subversion 1.5.
[mplayer/glamo.git] / libmpcodecs / ae_toolame.h
blobee00b6c301d6db27b96a729cc590e0fc8f293807
1 #ifndef MPLAYER_AE_TOOLAME_H
2 #define MPLAYER_AE_TOOLAME_H
4 #include "ae.h"
5 #include <toolame.h>
7 typedef struct {
8 toolame_options *toolame_ctx;
9 int channels, srate, bitrate;
10 int vbr;
11 int16_t left_pcm[1152], right_pcm[1152];
12 } mpae_toolame_ctx;
14 int mpae_init_toolame(audio_encoder_t *encoder);
16 #endif /* MPLAYER_AE_TOOLAME_H */