diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-07-13 23:42:35 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-07-26 22:22:54 +0200 |
commit | 316f8db2c214aecf3fcbb3172fef0c4446a5d18f (patch) | |
tree | 4841a4318a0238f758522112e10b71633258874c /libavformat/allformats.c | |
parent | 2755abff3ea096184849a80aa751e16bc6911676 (diff) | |
download | ffmpeg-316f8db2c214aecf3fcbb3172fef0c4446a5d18f.tar.gz |
SubViewer demuxer and decoder.
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 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); |