Browse Source

lavf/allformats: align nit for tee muxer.

tags/n2.0
Clément Bœsch 12 years ago
parent
commit
716dbc7e13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/allformats.c

+ 1
- 1
libavformat/allformats.c View File

@@ -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);


Loading…
Cancel
Save