Mercurial > mplayer.hg
view libmpcodecs/ae_lame.h @ 23525:37ef65c09ac6
r23516: little indentation fix
r23517: small indentation and tags fixes
r23520: reversed previus modification (r23517)
r23536: caps character after "Explanation:" in tvinput.xml
r23537: <note><para> indentation corrected
r23538: capital char and relative dot at end of phrase removed
author | voroshil |
---|---|
date | Mon, 11 Jun 2007 07:39:06 +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