You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
rtsp: Remove extern declarations for variables that don't exist
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user