diff cfg-common.h @ 31419:8abdc84493f3

Move pvr_ extern variable declarations to stream/pvr.h.
author diego
date Sun, 20 Jun 2010 15:15:37 +0000
parents d2fd0e4d0b9a
children 6325ecce171d
line wrap: on
line diff
--- a/cfg-common.h	Sun Jun 20 15:04:12 2010 +0000
+++ b/cfg-common.h	Sun Jun 20 15:15:37 2010 +0000
@@ -38,6 +38,7 @@
 #include "libpostproc/postprocess.h"
 #include "osdep/priority.h"
 #include "stream/network.h"
+#include "stream/pvr.h"
 #include "stream/stream_dvd_common.h"
 #include "codec-cfg.h"
 
@@ -141,16 +142,6 @@
 };
 #endif /* CONFIG_TV */
 
-extern int pvr_param_aspect_ratio;
-extern int pvr_param_sample_rate;
-extern int pvr_param_audio_layer;
-extern int pvr_param_audio_bitrate;
-extern char *pvr_param_audio_mode;
-extern int pvr_param_bitrate;
-extern char *pvr_param_bitrate_mode;
-extern int pvr_param_bitrate_peak;
-extern char *pvr_param_stream_type;
-
 #ifdef CONFIG_PVR
 const m_option_t pvropts_conf[]={
     {"aspect", &pvr_param_aspect_ratio, CONF_TYPE_INT, 0, 1, 4, NULL},