OSDN Git Service

Make ff_url_split() public
authorMåns Rullgård <mans@mansr.com>
Sun, 27 Jun 2010 14:16:46 +0000 (14:16 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 27 Jun 2010 14:16:46 +0000 (14:16 +0000)
commitf3bfe388b5ba1767ce982c8304dfe9ef0f38a454
tree8cef06f9ff5ba5e6cd681ea5b3e6b3922a0858e2
parent350120d269033f4cc206850b3c81f797ed2cb9c6
Make ff_url_split() public

ff_url_split() is retained as an alias, as it was used by ffserver,
to avoid breaking ABI compatibility with it.

Originally committed as revision 23822 to svn://svn.ffmpeg.org/ffmpeg/trunk
13 files changed:
ffserver.c
libavformat/avformat.h
libavformat/gopher.c
libavformat/http.c
libavformat/internal.h
libavformat/mmst.c
libavformat/rtmpproto.c
libavformat/rtpproto.c
libavformat/rtsp.c
libavformat/sdp.c
libavformat/tcp.c
libavformat/udp.c
libavformat/utils.c