diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-04-21 23:23:15 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-04-21 23:23:15 +0000 |
commit | 9145021d681346b6a1fcf8081e7241cec5635d9f (patch) | |
tree | 45e7ff8f1c0ea5dc240d597b5061fb12c403a321 /libavformat/allformats.c | |
parent | 420df9303775f40fd5e591c4da05527efce6752b (diff) | |
download | ffmpeg-9145021d681346b6a1fcf8081e7241cec5635d9f.tar.gz |
Add raw MLP muxer.
Originally committed as revision 18652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 39ac3b82a6..e193af704d 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -102,7 +102,7 @@ void av_register_all(void) REGISTER_MUXDEMUX (MATROSKA, matroska); REGISTER_MUXER (MATROSKA_AUDIO, matroska_audio); REGISTER_MUXDEMUX (MJPEG, mjpeg); - REGISTER_DEMUXER (MLP, mlp); + REGISTER_MUXDEMUX (MLP, mlp); REGISTER_DEMUXER (MM, mm); REGISTER_MUXDEMUX (MMF, mmf); REGISTER_MUXDEMUX (MOV, mov); |