diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2008-03-31 10:44:33 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-03-31 10:44:33 +0000 |
commit | 4fd51ee39a6a882dca7305d45e1d98f8065fe2f2 (patch) | |
tree | f3d96c44f9f566a420aa56d6449b897d0ffab948 /libavformat/allformats.c | |
parent | 40d2627306e92a43efd81f7a5beecbf069561d22 (diff) | |
download | ffmpeg-4fd51ee39a6a882dca7305d45e1d98f8065fe2f2.tar.gz |
ARMovie/RPL demuxer
Patch by Eli Friedman (eli friedman gmail com)
Originally committed as revision 12649 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 98b2a3fcef..e545408db9 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -140,6 +140,7 @@ void av_register_all(void) REGISTER_DEMUXER (RL2, rl2); REGISTER_MUXDEMUX (RM, rm); REGISTER_MUXDEMUX (ROQ, roq); + REGISTER_DEMUXER (RPL, rpl); REGISTER_MUXER (RTP, rtp); REGISTER_DEMUXER (RTSP, rtsp); REGISTER_DEMUXER (SDP, sdp); |