summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2014-01-15 23:08:43 +0100
committerNicolas George <george@nsup.org>2014-02-11 10:29:02 +0100
commitdcda5ef1eab52a2392fd8f9ebf51a03052ddfce2 (patch)
tree31cce2a5bf6056462676c8c8b917937912d27401 /libavformat/allformats.c
parentd201a0f0f843fc108f5506d82937bb1b4cafb345 (diff)
lavf: add uncodedframecrc test 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 195e6fb168..6ee2f99e5b 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -284,6 +284,7 @@ void av_register_all(void)
REGISTER_DEMUXER (TTA, tta);
REGISTER_DEMUXER (TXD, txd);
REGISTER_DEMUXER (TTY, tty);
+ REGISTER_MUXER (UNCODEDFRAMECRC, uncodedframecrc);
REGISTER_MUXDEMUX(VC1, vc1);
REGISTER_MUXDEMUX(VC1T, vc1t);
REGISTER_DEMUXER (VIVO, vivo);