Mercurial > mplayer.hg
annotate libmpcodecs/ae_faac.h @ 28570:d97f596b3641
Remove the reference to history.html because history.xml was purged
from xml documentation.
author | bircoph |
---|---|
date | Sun, 15 Feb 2009 18:21:56 +0000 |
parents | 41652035483c |
children | bbb6ebec87a0 |
rev | line source |
---|---|
26029 | 1 #ifndef MPLAYER_AE_FAAC_H |
2 #define MPLAYER_AE_FAAC_H | |
15259 | 3 |
4 #include "ae.h" | |
26147
41652035483c
Add necessary header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
5 #include "libmpdemux/muxer.h" |
15259 | 6 |
7 int mpae_init_faac(audio_encoder_t *encoder); | |
8 | |
26029 | 9 #endif /* MPLAYER_AE_FAAC_H */ |