diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-28 01:38:50 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-30 23:09:49 +0100 |
commit | 725d6c615c78be2635ad8d90727da3b80d50d14c (patch) | |
tree | 33cd1b3f02a2f53f0336456df2dd3ca10840abbf /libavformat/allformats.c | |
parent | d9ac8d296725fef605989b4c9d297fb65c40e2e5 (diff) | |
download | ffmpeg-725d6c615c78be2635ad8d90727da3b80d50d14c.tar.gz |
Add MPlayer subtitles demuxer.
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 32458e4e83..a0fd0777bf 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -183,6 +183,7 @@ void av_register_all(void) REGISTER_DEMUXER (MPEGVIDEO, mpegvideo); REGISTER_MUXER (MPJPEG, mpjpeg); REGISTER_DEMUXER (MPL2, mpl2); + REGISTER_DEMUXER (MPSUB, mpsub); REGISTER_DEMUXER (MSNWC_TCP, msnwc_tcp); REGISTER_DEMUXER (MTV, mtv); REGISTER_DEMUXER (MV, mv); |