Try to fix url_split() so that the ?foobar part is in the path and only the path.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 29 Dec 2007 16:13:03 +0000 (16:13 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 29 Dec 2007 16:13:03 +0000 (16:13 +0000)
commit7ef55085f0c5333d7fc7bfa1e87015c5a71e0ad9
treefbc20d38bb39f4332fc75a7fc9593bd32677cddc
parent18be65dd796c051e916f0533ab9804783ddb948e
Try to fix url_split() so that the ?foobar part is in the path and only the path.

Originally committed as revision 11347 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c