diff options
author | Gilles Chanteperdrix | 2015-02-08 22:22:45 +0100 |
---|---|---|
committer | Martin Storsjö | 2015-02-21 23:37:24 +0200 |
commit | 4438d1c6ede3190d7920513272fb9dc5371648f2 (patch) | |
tree | 0a4a89a0e14fc8d1df7ea03254c5d042ae52779b /libavformat/rtsp.h | |
parent | 1ec28a66f2c853a7e4aeb21495c0b4d9478f17db (diff) |
rtsp: parse lang attribute in SDP
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 - |