summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorSascha Sommer <saschasommer@freenet.de>2008-03-21 14:02:13 +0000
committerSascha Sommer <saschasommer@freenet.de>2008-03-21 14:02:13 +0000
commitcb96da490265a0a798324ccce1c87dca9acbf6e9 (patch)
tree3758aaec2d652f6b6baa911620ec1182120ae640 /libavformat/allformats.c
parent084d8faa2131f855e069c3f526a1b3619f039b28 (diff)
rl2 demuxer
Originally committed as revision 12545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 58759cbfee..1dbc9c5c41 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -135,6 +135,7 @@ void av_register_all(void)
REGISTER_MUXER (PSP, psp);
REGISTER_DEMUXER (PVA, pva);
REGISTER_MUXDEMUX (RAWVIDEO, rawvideo);
+ REGISTER_DEMUXER (RL2, rl2);
REGISTER_MUXDEMUX (RM, rm);
REGISTER_MUXDEMUX (ROQ, roq);
REGISTER_DEMUXER (REDIR, redir);