Mercurial > mplayer.hg
view libmpcodecs/ae_lame.h @ 17639:56ec8716e25b
some cleanup. enforce decode_delay to not be too high.
author | ods15 |
---|---|
date | Fri, 17 Feb 2006 19:45:35 +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