diff libmpcodecs/ae_faac.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 bbb6ebec87a0
children
line wrap: on
line diff
--- a/libmpcodecs/ae_faac.h	Mon Jun 21 09:42:28 2010 +0000
+++ b/libmpcodecs/ae_faac.h	Mon Jun 21 09:51:26 2010 +0000
@@ -19,8 +19,11 @@
 #ifndef MPLAYER_AE_FAAC_H
 #define MPLAYER_AE_FAAC_H
 
+#include "libmpdemux/muxer.h"
 #include "ae.h"
-#include "libmpdemux/muxer.h"
+#include "m_option.h"
+
+extern const m_option_t faacopts_conf[];
 
 int mpae_init_faac(audio_encoder_t *encoder);