OSDN Git Service

Parse options in the RTSP URL only from the last question mark onwards
authorMartin Storsjö <martin@martin.st>
Tue, 23 Mar 2010 07:59:23 +0000 (07:59 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 23 Mar 2010 07:59:23 +0000 (07:59 +0000)
commit602eb77975fa10b08ea283288b988b07bd383a10
tree8a9ec104a1cd3e61f3eb6b578aad6d7ab542ebdc
parent2a21adf924c6019b13f632802dadda3914a2c93f
Parse options in the RTSP URL only from the last question mark onwards

This helps if the URL (erroneously?) contains question marks within the path.

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