From 4438d1c6ede3190d7920513272fb9dc5371648f2 Mon Sep 17 00:00:00 2001 From: Gilles Chanteperdrix Date: Sun, 8 Feb 2015 22:22:45 +0100 Subject: rtsp: parse lang attribute in SDP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/rtsp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/rtsp.h') diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index e83ad54909..83255a3c67 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -395,6 +395,8 @@ typedef struct RTSPState { * Size of RTP packet reordering queue. */ int reordering_queue_size; + + char default_lang[4]; } RTSPState; #define RTSP_FLAG_FILTER_SRC 0x1 /**< Filter incoming UDP packets - -- cgit v1.2.3