aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-07-13 23:42:35 +0200
committerClément Bœsch <ubitux@gmail.com>2012-07-26 22:22:54 +0200
commit316f8db2c214aecf3fcbb3172fef0c4446a5d18f (patch)
tree4841a4318a0238f758522112e10b71633258874c /libavformat/allformats.c
parent2755abff3ea096184849a80aa751e16bc6911676 (diff)
downloadffmpeg-316f8db2c214aecf3fcbb3172fef0c4446a5d18f.tar.gz
SubViewer demuxer and decoder.
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 4093abd38e..88e940a872 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -229,6 +229,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (SPDIF, spdif);
REGISTER_MUXDEMUX (SRT, srt);
REGISTER_DEMUXER (STR, str);
+ REGISTER_DEMUXER (SUBVIEWER, subviewer);
REGISTER_MUXDEMUX (SWF, swf);
REGISTER_MUXER (TG2, tg2);
REGISTER_MUXER (TGP, tgp);