diff options
author | Toshimitsu Kimura <lovesyao@gmail.com> | 2009-02-11 16:28:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-11 16:28:46 +0000 |
commit | 865780ae9bb3bbcf28f0c0e8d23abae6f1e8cc0a (patch) | |
tree | ac8d47435863deb63b77a72f115e5f4f25371f1f /libavformat/allformats.c | |
parent | 15c13dde9817018f9d06a30176aceadeddb38943 (diff) | |
download | ffmpeg-865780ae9bb3bbcf28f0c0e8d23abae6f1e8cc0a.tar.gz |
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
Originally committed as revision 17159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 8dcbd55477..181415a156 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -199,6 +199,7 @@ void av_register_all(void) /* protocols */ REGISTER_PROTOCOL (FILE, file); + REGISTER_PROTOCOL (GOPHER, gopher); REGISTER_PROTOCOL (HTTP, http); REGISTER_PROTOCOL (PIPE, pipe); REGISTER_PROTOCOL (RTP, rtp); |