Files should be opened in binary mode on OS/2.
[mplayer/glamo.git] / libmpcodecs / ae_faac.h
blob44d7190cd402f7b46fdf917871cc86478844c88c
1 #ifndef MPLAYER_AE_FAAC_H
2 #define MPLAYER_AE_FAAC_H
4 #include "ae.h"
5 #include "libmpdemux/muxer.h"
7 int mpae_init_faac(audio_encoder_t *encoder);
9 #endif /* MPLAYER_AE_FAAC_H */