view libmpcodecs/ae_lame.h @ 22222:1a2a37852799

mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many buffers it seems)
author michael
date Sat, 17 Feb 2007 03:02:38 +0000
parents 507ed764f0ef
children 3f0d00abc073
line wrap: on
line source

#ifndef __AE_MP3LAME_H_
#define __AE_MP3LAME_H_

#include "ae.h"

int mpae_init_lame(audio_encoder_t *encoder);

#endif