Mercurial > mplayer.hg
annotate libmpcodecs/ae_faac.h @ 30155:e42708d45804
Fix a few typos in the matrixview section.
author | diego |
---|---|
date | Mon, 04 Jan 2010 11:14:47 +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 */ |