]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtsp.h
lavc: add a OpenEXR decoder
[ffmpeg] / libavformat / rtsp.h
index e11dec995766b9e5d7e788a6d702542651f9de0b..f67ceb89cad030cd34a6f5af10f8616b3ae4495c 100644 (file)
@@ -359,6 +359,11 @@ typedef struct RTSPState {
      * Mask of all requested media types
      */
     int media_type_mask;
+
+    /**
+     * Minimum and maximum local UDP ports.
+     */
+    int rtp_port_min, rtp_port_max;
 } RTSPState;
 
 #define RTSP_FLAG_FILTER_SRC  0x1    /**< Filter incoming UDP packets -
@@ -405,9 +410,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.
  *