[FFmpeg-cvslog] lavf/allformats: align nit for tee muxer.
Clément Bœsch
git at videolan.org
Sat Jun 1 02:36:22 CEST 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sat Jun 1 02:35:42 2013 +0200| [716dbc7e13c101e6512d7282634051f48e8f345e] | committer: Clément Bœsch
lavf/allformats: align nit for tee muxer.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=716dbc7e13c101e6512d7282634051f48e8f345e
---
libavformat/allformats.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index ab6a548..6274a75 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);
More information about the ffmpeg-cvslog
mailing list