summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index ed788aab9a..4e2756b298 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -180,13 +180,6 @@ const m_option_t pvropts_conf[]={
extern const m_option_t dvbin_opts_conf[];
extern const m_option_t lavfdopts_conf[];
-int rtsp_transport_tcp;
-int rtsp_transport_http;
-int rtsp_transport_sctp;
-int rtsp_port;
-char *rtsp_destination;
-
-
extern int sws_chr_vshift;
extern int sws_chr_hshift;
extern float sws_chr_gblur;
@@ -382,18 +375,6 @@ const m_option_t common_opts[] = {
#endif /* HAVE_AF_INET6 */
#endif /* CONFIG_NETWORKING */
-#if defined(CONFIG_LIBNEMESI)
- // -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP
- {"rtsp-stream-over-tcp", &rtsp_transport_tcp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
-#endif /* defined(CONFIG_LIBNEMESI) */
-#ifdef CONFIG_LIBNEMESI
- {"rtsp-stream-over-sctp", &rtsp_transport_sctp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
-#endif /* CONFIG_LIBNEMESI */
-#ifdef CONFIG_NETWORKING
- {"rtsp-port", &rtsp_port, CONF_TYPE_INT, CONF_RANGE, -1, 65535, NULL},
- {"rtsp-destination", &rtsp_destination, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL},
-#endif /* CONFIG_NETWORKING */
-
// ------------------------- demuxer options --------------------
// number of frames to play/convert