Mercurial > mplayer.hg
annotate libmpcodecs/ae_faac.h @ 30066:a2e4fd61dc4a
Revert renaming of process_force_style to restore compilation against
Ubuntu's libass.
author | reimar |
---|---|
date | Thu, 24 Dec 2009 10:56:25 +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 */ |