mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 19:05:33 +00:00
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
|