[MPlayer-cvslog] r31539 - in trunk: cfg-common.h stream/stream.h
diego
subversion at mplayerhq.hu
Wed Jun 23 18:39:16 CEST 2010
Author: diego
Date: Wed Jun 23 18:39:16 2010
New Revision: 31539
Log:
Move rtsp_destination extern declaration to stream.h.
Modified:
trunk/cfg-common.h
trunk/stream/stream.h
Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h Wed Jun 23 15:36:02 2010 (r31538)
+++ trunk/cfg-common.h Wed Jun 23 18:39:16 2010 (r31539)
@@ -151,7 +151,6 @@ const m_option_t pvropts_conf[]={
#endif /* CONFIG_PVR */
extern int rtsp_port;
-extern char *rtsp_destination;
const m_option_t scaler_filter_conf[]={
{"lgb", &sws_lum_gblur, CONF_TYPE_FLOAT, 0, 0, 100.0, NULL},
Modified: trunk/stream/stream.h
==============================================================================
--- trunk/stream/stream.h Wed Jun 23 15:36:02 2010 (r31538)
+++ trunk/stream/stream.h Wed Jun 23 18:39:16 2010 (r31539)
@@ -342,6 +342,8 @@ extern char *dvd_device;
extern const m_option_t dvbin_opts_conf[];
+extern char *rtsp_destination;
+
typedef struct {
int id; // 0 - 31 mpeg; 128 - 159 ac3; 160 - 191 pcm
int language;
More information about the MPlayer-cvslog
mailing list