Use proper length specifiers in mp_msg calls, fixes the warnings:
[mplayer/greg.git] / libmpcodecs / ae_lame.h
blobdc4af5d2c2c7742fb2b3d2ba1e64801a6b0527b8
1 #ifndef AE_LAME_H
2 #define AE_LAME_H
4 #include "ae.h"
6 int mpae_init_lame(audio_encoder_t *encoder);
8 #endif