Mercurial > mplayer.hg
annotate libmpcodecs/ae_faac.h @ 30272:c6c40936049c
We only need to disable seeking back in ad_ffmpeg when we actually _use_
a parser, not when just needs_parsing is set.
Fixes playback of e.g. ADPCM in AVI like http://samples.mplayerhq.hu/avi/imaadpcm.avi
author | reimar |
---|---|
date | Fri, 15 Jan 2010 21:01:31 +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 */ |