]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtsp.h
ac3enc_template: Use the correct context field
[ffmpeg] / libavformat / rtsp.h
index 7a910b06db2fd01256a0329a87076f3084f4d675..74733361f920b279bd21f28fbc0f1a0baec2708a 100644 (file)
@@ -70,6 +70,7 @@ enum RTSPControlTransport {
 };
 
 #define RTSP_DEFAULT_PORT   554
+#define RTSPS_DEFAULT_PORT  322
 #define RTSP_MAX_TRANSPORTS 8
 #define RTSP_TCP_MAX_PACKET_SIZE 1472
 #define RTSP_DEFAULT_NB_AUDIO_CHANNELS 1
@@ -394,6 +395,9 @@ typedef struct RTSPState {
      * Size of RTP packet reordering queue.
      */
     int reordering_queue_size;
+
+    char default_lang[4];
+    int buffer_size;
 } RTSPState;
 
 #define RTSP_FLAG_FILTER_SRC  0x1    /**< Filter incoming UDP packets -