From 1f712e6a056f8015129ee786ab2ee3319774fb3a Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 20 Jan 2012 16:57:23 +0200 Subject: rtsp: Remove extern declarations for variables that don't exist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/rtsp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/rtsp.h') diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 662407f299..9d05289a91 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -405,9 +405,6 @@ typedef struct RTSPStream { void ff_rtsp_parse_line(RTSPMessageHeader *reply, const char *buf, RTSPState *rt, const char *method); -extern int rtsp_rtp_port_min; -extern int rtsp_rtp_port_max; - /** * Send a command to the RTSP server without waiting for the reply. * -- cgit v1.2.3