view libmpcodecs/ae_lame.h @ 17052:97bc66fb29dd

1.1161: misc fixes [partly] 1.1160: Explain -vo gl:slice-height behaviour if YUV rendering is used. 1.1159: [does not apply] 1.1158: sync to x264 r373 (brdo) [partly]
author ranma
date Sun, 27 Nov 2005 04:54:47 +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