]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtsp.h
rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1.
[ffmpeg] / libavformat / rtsp.h
index 9d05289a91a305fe60244f3630640c5de5f71df2..6872a51a2491a69ced4903c8563ec0af7da8f785 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 -