diff options
author | Sascha Sommer <saschasommer@freenet.de> | 2008-03-21 14:02:13 +0000 |
---|---|---|
committer | Sascha Sommer <saschasommer@freenet.de> | 2008-03-21 14:02:13 +0000 |
commit | cb96da490265a0a798324ccce1c87dca9acbf6e9 (patch) | |
tree | 3758aaec2d652f6b6baa911620ec1182120ae640 /libavformat/allformats.c | |
parent | 084d8faa2131f855e069c3f526a1b3619f039b28 (diff) | |
download | ffmpeg-cb96da490265a0a798324ccce1c87dca9acbf6e9.tar.gz |
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.c | 1 |
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); |