view libmpcodecs/ae_lame.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 4129c8cfa742
children bbb6ebec87a0
line wrap: on
line source

#ifndef MPLAYER_AE_LAME_H
#define MPLAYER_AE_LAME_H

#include "ae.h"

int mpae_init_lame(audio_encoder_t *encoder);

#endif /* MPLAYER_AE_LAME_H */