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