summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-10-02 13:43:19 +0000
committerPaul B Mahol <onemda@gmail.com>2012-10-08 09:06:25 +0000
commitd7a473926504e2acfa6ae3bead0938e1f4e03441 (patch)
treef4eae034819efb112671ec93273fc1653b64b9eb /libavformat/allformats.c
parent208a5d13228208caea10d96353693c39d08a1211 (diff)
TAK demuxer, decoder and parser
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 36b6988f11..f1e8edcd65 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -233,6 +233,7 @@ void av_register_all(void)
REGISTER_DEMUXER (STR, str);
REGISTER_DEMUXER (SUBVIEWER, subviewer);
REGISTER_MUXDEMUX (SWF, swf);
+ REGISTER_DEMUXER (TAK, tak);
REGISTER_MUXER (TG2, tg2);
REGISTER_MUXER (TGP, tgp);
REGISTER_DEMUXER (THP, thp);