comparison libmpcodecs/ae_twolame.h @ 31438:3afcf20a13e4

Move faac/lame/toolame/twolame option array declarations to appropriate headers.
author diego
date Mon, 21 Jun 2010 09:51:26 +0000
parents 327eedc724c5
children
comparison
equal deleted inserted replaced
31437:327eedc724c5 31438:3afcf20a13e4
18 18
19 #ifndef MPLAYER_AE_TWOLAME_H 19 #ifndef MPLAYER_AE_TWOLAME_H
20 #define MPLAYER_AE_TWOLAME_H 20 #define MPLAYER_AE_TWOLAME_H
21 21
22 #include "ae.h" 22 #include "ae.h"
23 #include "m_option.h"
24
25 extern const m_option_t twolameopts_conf[];
23 26
24 int mpae_init_twolame(audio_encoder_t *encoder); 27 int mpae_init_twolame(audio_encoder_t *encoder);
25 28
26 #endif /* MPLAYER_AE_TWOLAME_H */ 29 #endif /* MPLAYER_AE_TWOLAME_H */