repo.or.cz
/
mplayer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
stream.h: Add 2 prototypes instead of declaring them in cache2.c
[mplayer.git]
/
libmpcodecs
/
ae_faac.h
blob
44d7190cd402f7b46fdf917871cc86478844c88c
1
#ifndef MPLAYER_AE_FAAC_H
2
#define MPLAYER_AE_FAAC_H
3
4
#include
"ae.h"
5
#include
"libmpdemux/muxer.h"
6
7
int
mpae_init_faac
(
audio_encoder_t
*
encoder
);
8
9
#endif
/* MPLAYER_AE_FAAC_H */