OSDN Git Service

Make url_split() strip url options (?opt=var) from the returned hostname or
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 18 Oct 2007 09:50:53 +0000 (09:50 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Thu, 18 Oct 2007 09:50:53 +0000 (09:50 +0000)
commitc5be140c9ada97e754cf95ffd26ac6cd5192f770
tree16fb367e3ff40603a9e43f3e3ee8025766eb339e
parent2f3cbef06e4fe177e7bf5b4e66c1996ade4c1c33
Make url_split() strip url options (?opt=var) from the returned hostname or
location. This fixes a regression introduced by the rewrite of
url_split() in r10605.

Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: [FFmpeg-devel] [PATCH] Make RTP work with IPv6 enabled
Date: 10/12/2007 08:19 PM

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