diff cfg-common.h @ 31220:002cdc635c03

Use the -a52drc option also for the libavcodec decoder.
author reimar
date Sun, 30 May 2010 16:46:31 +0000
parents a012168a8ec6
children d739cbeb0e38
line wrap: on
line diff
--- a/cfg-common.h	Sun May 30 14:29:18 2010 +0000
+++ b/cfg-common.h	Sun May 30 16:46:31 2010 +0000
@@ -24,6 +24,10 @@
 #include "m_config.h"
 #include "m_option.h"
 
+#include "libmpcodecs/ad.h"
+#include "libmpcodecs/vd.h"
+#include "osdep/priority.h"
+
 extern char *mp_msg_charset;
 extern int mp_msg_color;
 extern int mp_msg_module;
@@ -52,8 +56,6 @@
 
 extern int dvd_speed; /* stream/stream_dvd.c */
 
-extern float a52_drc_level;
-
 /* defined in libmpdemux: */
 extern int hr_mp3_seek;
 extern const m_option_t demux_rawaudio_opts[];