Commit 1f712e6a authored by Martin Storsjö's avatar Martin Storsjö

rtsp: Remove extern declarations for variables that don't exist

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 6a73f3bb
......@@ -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.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment