summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-06-01 02:35:42 +0200
committerClément Bœsch <ubitux@gmail.com>2013-06-01 02:36:07 +0200
commit716dbc7e13c101e6512d7282634051f48e8f345e (patch)
tree1617fbe43216aaabcb103d75c9af0e6c4a617fb8 /libavformat/allformats.c
parent710940bec16869ff7e07562f1e103e28a84ca316 (diff)
lavf/allformats: align nit for tee muxer.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index ab6a548b82..6274a759c4 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -268,7 +268,7 @@ void av_register_all(void)
REGISTER_DEMUXER (SUBVIEWER, subviewer);
REGISTER_MUXDEMUX(SWF, swf);
REGISTER_DEMUXER (TAK, tak);
- REGISTER_MUXER (TEE, tee);
+ REGISTER_MUXER (TEE, tee);
REGISTER_DEMUXER (TEDCAPTIONS, tedcaptions);
REGISTER_MUXER (TG2, tg2);
REGISTER_MUXER (TGP, tgp);