view libmpcodecs/ae_faac.h @ 30115:ad61464d02a7

Add support for YUV format with alpha and fix the codecs.conf entry for vp6a to use it. Fixes playback of samples in http://samples.mplayerhq.hu/FLV/flash_with_alpha/
author reimar
date Thu, 31 Dec 2009 23:45:07 +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 */