0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/libmpcodecs/ae_faac.h
diego db85806a9c Add necessary header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26179 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-06 08:34:50 +00:00

10 lines
178 B
C

#ifndef MPLAYER_AE_FAAC_H
#define MPLAYER_AE_FAAC_H
#include "ae.h"
#include "libmpdemux/muxer.h"
int mpae_init_faac(audio_encoder_t *encoder);
#endif /* MPLAYER_AE_FAAC_H */