diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-10-24 12:44:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-10-24 12:44:27 +0000 |
commit | 76e6e9c330048f68d56b2a48bb779ed8b52d52c8 (patch) | |
tree | d6f12842610ffa21e4bcc09ff91e91711e5a77c1 /libavformat/allformats.c | |
parent | 2189dbc4a6298d05974254d0e52697baa0475636 (diff) | |
download | ffmpeg-76e6e9c330048f68d56b2a48bb779ed8b52d52c8.tar.gz |
Remove ancient redir demuxer.
HTTP supports redirection just fine without it.
Originally committed as revision 20361 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index c35b060b5a..f978426fdd 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -162,7 +162,6 @@ void av_register_all(void) REGISTER_DEMUXER (QCP, qcp); REGISTER_DEMUXER (R3D, r3d); REGISTER_MUXDEMUX (RAWVIDEO, rawvideo); - REGISTER_DEMUXER (REDIR, redir); REGISTER_DEMUXER (RL2, rl2); REGISTER_MUXDEMUX (RM, rm); REGISTER_MUXDEMUX (ROQ, roq); |