1 #ifndef MPLAYER_AE_TOOLAME_H
2 #define MPLAYER_AE_TOOLAME_H
8 toolame_options
*toolame_ctx
;
9 int channels
, srate
, bitrate
;
11 int16_t left_pcm
[1152], right_pcm
[1152];
14 int mpae_init_toolame(audio_encoder_t
*encoder
);
16 #endif /* MPLAYER_AE_TOOLAME_H */