mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
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
This commit is contained in:
@@ -165,10 +165,6 @@ typedef struct RTSPMessageHeader {
|
||||
* returned
|
||||
*/
|
||||
char reason[256];
|
||||
|
||||
/** The "Content-Base:" field.
|
||||
*/
|
||||
char content_base[4096];
|
||||
} RTSPMessageHeader;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user