]> git.sesse.net Git - ffmpeg/commit
Reconstruct the RTSP URL, in order to remove the auth part from the URL sent to the...
authorMartin Storsjö <martin@martin.st>
Tue, 23 Mar 2010 07:55:15 +0000 (07:55 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 23 Mar 2010 07:55:15 +0000 (07:55 +0000)
commit2a21adf924c6019b13f632802dadda3914a2c93f
tree0e244ff7864577b9034d7ec04c3af76f5bab2603
parenta8bb9ea532b718d48bbfec3f94d7cd56cc15c472
Reconstruct the RTSP URL, in order to remove the auth part from the URL sent to the server

Don't modify the user-specified s->filename at all, keep all modifications
locally and in rt->control_uri.

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