view libmpcodecs/ae_lame.h @ 23370:f3add453c968

Partial sync with r23370, with only one section obsolete. patch by JRaSH % jrash06 A 163 P com% More information on the email containing the patch: Date: May 27, 2007 3:02 AM Subject: [MPlayer-translations] Update to trunk/DOCS/man/zh/mplayer.1
author gpoirier
date Sun, 27 May 2007 09:20:50 +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