From d2995eb910151cb83259223c2af6c665949ae6d0 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sun, 2 Jan 2011 10:11:12 +0000 Subject: rtsp: Store the Content-Base header value straight to the target This avoids having a large temporary buffer in the struct used for storing the rtsp reply headers. Originally committed as revision 26192 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavformat/rtsp.h') diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 2680297c29..628ce370ec 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -165,10 +165,6 @@ typedef struct RTSPMessageHeader { * returned */ char reason[256]; - - /** The "Content-Base:" field. - */ - char content_base[4096]; } RTSPMessageHeader; /** -- cgit v1.2.3