view libmpcodecs/ae_faac.h @ 26538:1b05ff23d572

Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards anyway. The calls were missing parameters and caused compilation failures.
author diego
date Mon, 28 Apr 2008 13:07:01 +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 */