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:
Martin Storsjö
2011-01-02 10:11:12 +00:00
parent 77223c5388
commit d2995eb910
3 changed files with 3 additions and 9 deletions
-4
View File
@@ -165,10 +165,6 @@ typedef struct RTSPMessageHeader {
* returned
*/
char reason[256];
/** The "Content-Base:" field.
*/
char content_base[4096];
} RTSPMessageHeader;
/**