Mercurial > mplayer.hg
view libmpcodecs/ae_lame.h @ 28622:2f04c7e162b8
Screen example for no audio problem is outdated:
The following MSGTR_* messages changed since then:
MSGTR_AO_OSS_CantOpenDev
MSGTR_CannotInitAO
MSGTR_NoSound
MSGTR_StartPlaying
Expamle is updated as appropriate.
author | bircoph |
---|---|
date | Thu, 19 Feb 2009 03:41:35 +0000 |
parents | 4129c8cfa742 |
children | bbb6ebec87a0 |
line wrap: on
line source
#ifndef MPLAYER_AE_LAME_H #define MPLAYER_AE_LAME_H #include "ae.h" int mpae_init_lame(audio_encoder_t *encoder); #endif /* MPLAYER_AE_LAME_H */