summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-06-05 16:34:01 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-12-09 18:50:38 +0100
commit160013736e40744989c8fc7dd1000980d00cf02d (patch)
treeab5223474c295cb240ee2ea4b47a121f21ed7a36 /libavformat/allformats.c
parent18eb31963b9e5b343b934df98ed32bc7d13006f4 (diff)
lavf: TED Talks JSON captions demuxer.
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 8e31922656..8e8a799c7d 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -244,6 +244,7 @@ void av_register_all(void)
REGISTER_DEMUXER (SUBVIEWER, subviewer);
REGISTER_MUXDEMUX (SWF, swf);
REGISTER_DEMUXER (TAK, tak);
+ REGISTER_DEMUXER (TEDCAPTIONS, tedcaptions);
REGISTER_MUXER (TG2, tg2);
REGISTER_MUXER (TGP, tgp);
REGISTER_DEMUXER (THP, thp);