rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState
authorMartin Storsjö <martin@martin.st>
Sun, 2 Jan 2011 10:07:56 +0000 (10:07 +0000)
committerMartin Storsjö <martin@martin.st>
Sun, 2 Jan 2011 10:07:56 +0000 (10:07 +0000)
commitacc9ed14507c8a25c6ba633065311ceafb09e8e0
tree2194461f7de5b595db978789f6d63179d1be6750
parent3df54c6bf2e5bc03b2dedcd60006d8f1df204ea3
rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState

This allows ff_rtsp_parse_line to do more changes directly in RTSPState
when parsing the reply, instead of having to store large amounts of
temporary data in RTSPMessageHeader.

Originally committed as revision 26190 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c
libavformat/rtsp.h