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