summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-02-09 20:50:11 +0100
committerNicolas George <nicolas.george@normalesup.org>2013-02-09 20:50:11 +0100
commitf43d09cd60a17a139b3aeb94434dbbbac1a28dab (patch)
tree89cd5bbd3731526438fb860447639fd36055174a /libavformat/allformats.c
parent350128b28fe181087178d128eed84fa269589ffd (diff)
lavf: add tee pseudo-muxer.
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 f49b436f50..ec91b24aa3 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -263,6 +263,7 @@ void av_register_all(void)
REGISTER_DEMUXER (SUBVIEWER, subviewer);
REGISTER_MUXDEMUX(SWF, swf);
REGISTER_DEMUXER (TAK, tak);
+ REGISTER_MUXER (TEE, tee);
REGISTER_DEMUXER (TEDCAPTIONS, tedcaptions);
REGISTER_MUXER (TG2, tg2);
REGISTER_MUXER (TGP, tgp);