OSDN Git Service

Split rtsp_read_header() into two functions, so that the main part (now also
authorMartin Storsjö <martin@martin.st>
Fri, 19 Feb 2010 23:23:40 +0000 (23:23 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 19 Feb 2010 23:23:40 +0000 (23:23 +0000)
commit4280f9bbcd439e43a37e865018ae501e6a8b9a9e
tree2d1b511406124c7534d12f974951a344249678c1
parente23d195deb63df507a2ad98c3875e8c2a2f5bb9b
Split rtsp_read_header() into two functions, so that the main part (now also
known as rtsp_connect()) can be used in the RTSP muxer.

Patch by Martin Storsjö <$firstname $firstname st>.

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