Mercurial > mplayer.hg
annotate libmpcodecs/ae_faac.h @ 27698:2b4929069763
Add a new unscaled PAL8 -> RGB converter.
author | vitor |
---|---|
date | Wed, 08 Oct 2008 17:46:22 +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 */ |