mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
4ba9687064
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15260 b3059339-0415-0410-9bf9-f77b7e298cf2
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
|