diff 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
line wrap: on
line diff
--- a/libmpcodecs/ae_twolame.h	Mon Jun 21 09:42:28 2010 +0000
+++ b/libmpcodecs/ae_twolame.h	Mon Jun 21 09:51:26 2010 +0000
@@ -20,6 +20,9 @@
 #define MPLAYER_AE_TWOLAME_H
 
 #include "ae.h"
+#include "m_option.h"
+
+extern const m_option_t twolameopts_conf[];
 
 int mpae_init_twolame(audio_encoder_t *encoder);