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

#include "ae.h"

int mpae_init_faac(audio_encoder_t *encoder);

#endif /* AE_FAAC_H */