view libmpcodecs/ae_faac.h @ 29335:5f45df619c7c

TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENTIFY_PROGRAM match those printed as ID_VIDEO_ID/ID_AUDIO_ID and accepted with -vid/-aid
author reimar
date Sun, 21 Jun 2009 10:47:44 +0000
parents 41652035483c
children bbb6ebec87a0
line wrap: on
line source

#ifndef MPLAYER_AE_FAAC_H
#define MPLAYER_AE_FAAC_H

#include "ae.h"
#include "libmpdemux/muxer.h"

int mpae_init_faac(audio_encoder_t *encoder);

#endif /* MPLAYER_AE_FAAC_H */