summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_faac.h
blob: 13e970e0d76e2c098764a5f6fd8a0302e6abaf9b (plain)
1
2
3
4
5
6
7
8
#ifndef MPLAYER_AE_FAAC_H
#define MPLAYER_AE_FAAC_H

#include "ae.h"

int mpae_init_faac(audio_encoder_t *encoder);

#endif /* MPLAYER_AE_FAAC_H */