mirror of https://github.com/mpv-player/mpv
9 lines
112 B
C
9 lines
112 B
C
|
#ifndef MPAE_FAAC_H
|
||
|
#define MPAE_FAAC_H
|
||
|
|
||
|
#include "ae.h"
|
||
|
|
||
|
int mpae_init_faac(audio_encoder_t *encoder);
|
||
|
|
||
|
#endif
|