summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-01-20 16:57:23 +0200
committerMartin Storsjö <martin@martin.st>2012-01-21 01:12:07 +0200
commit1f712e6a056f8015129ee786ab2ee3319774fb3a (patch)
treeb7efcefbef8ed25f0aca2da1d8a9392fc0cccb5b /libavformat/rtsp.h
parent6a73f3bbdfa0ea4984d8df280411d3e0e185c792 (diff)
rtsp: Remove extern declarations for variables that don't exist
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h3
1 files changed, 0 insertions, 3 deletions
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.
*