view libmpcodecs/ae_lame.h @ 19529:9a59c33bee29

new option for libmenu that allow display of properties and metadata of currently played stream
author ben
date Fri, 25 Aug 2006 19:22:51 +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