From fcd0298c05c28429ef8508c924288131c87830b5 Mon Sep 17 00:00:00 2001 From: Jordi Ortiz Date: Fri, 4 May 2012 17:50:31 +0200 Subject: rtsp: Add content-type message header parsing Signed-off-by: Luca Barbato --- libavformat/rtsp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavformat/rtsp.h') diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 6872a51a24..e512336ab0 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -171,6 +171,11 @@ typedef struct RTSPMessageHeader { * returned */ char reason[256]; + + /** + * Content type header + */ + char content_type[64]; } RTSPMessageHeader; /** -- cgit v1.2.3