Mercurial > mplayer.hg
view libmpcodecs/ae_lame.h @ 25163:4edeff353edc
r25011: a couple of tricks to improve playback resistance and usability of dvb streams
r25012: small rephrasing
r25016: & => &
r25017: wording/grammar/spelling/formatting
r25119: Put colon inside replaceable tag.
r25123: vcd://<n> now works for MinGW32 too, hence the updated doc
r25146: Clarify playtree explanation.
author | voroshil |
---|---|
date | Wed, 28 Nov 2007 15:29:00 +0000 |
parents | 3f0d00abc073 |
children | 3baf6a2283da |
line wrap: on
line source
#ifndef AE_LAME_H #define AE_LAME_H #include "ae.h" int mpae_init_lame(audio_encoder_t *encoder); #endif