changeset 31422:e1541d633713

Move rtsp_transport_ extern variable declarations to demuxer.h.
author diego
date Sun, 20 Jun 2010 15:30:02 +0000
parents ae21cadb26f9
children 5416dfe4ba1c
files cfg-common.h libmpdemux/demuxer.h
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Sun Jun 20 15:24:07 2010 +0000
+++ b/cfg-common.h	Sun Jun 20 15:30:02 2010 +0000
@@ -160,9 +160,6 @@
 extern const m_config_t dvbin_opts_conf[];
 extern const m_option_t lavfdopts_conf[];
 
-extern int rtsp_transport_tcp;
-extern int rtsp_transport_http;
-extern int rtsp_transport_sctp;
 extern int rtsp_port;
 extern char *rtsp_destination;
 
--- a/libmpdemux/demuxer.h	Sun Jun 20 15:24:07 2010 +0000
+++ b/libmpdemux/demuxer.h	Sun Jun 20 15:30:02 2010 +0000
@@ -183,6 +183,10 @@
 extern int user_correct_pts;
 extern char *sub_stream;
 
+extern int rtsp_transport_http;
+extern int rtsp_transport_sctp;
+extern int rtsp_transport_tcp;
+
 /**
  * Demuxer description structure
  */