Mercurial > mplayer.hg
view libmpcodecs/ae_twolame.h @ 29339:0aa5dc20aee5
Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.
This makes sure it is printed only once per track and after ID_AUDIO_ID.
author | reimar |
---|---|
date | Tue, 23 Jun 2009 09:35:20 +0000 |
parents | 4129c8cfa742 |
children | bbb6ebec87a0 |
line wrap: on
line source
#ifndef MPLAYER_AE_TWOLAME_H #define MPLAYER_AE_TWOLAME_H #include "ae.h" #include <twolame.h> typedef struct { twolame_options *twolame_ctx; int vbr; } mpae_twolame_ctx; int mpae_init_twolame(audio_encoder_t *encoder); #endif /* MPLAYER_AE_TWOLAME_H */