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

#include "ae.h"

int mpae_init_faac(audio_encoder_t *encoder);

#endif /* MPAE_FAAC_H */