diff options
author | Nicolas George <george@nsup.org> | 2014-01-15 23:08:43 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-02-11 10:29:02 +0100 |
commit | dcda5ef1eab52a2392fd8f9ebf51a03052ddfce2 (patch) | |
tree | 31cce2a5bf6056462676c8c8b917937912d27401 /libavformat/allformats.c | |
parent | d201a0f0f843fc108f5506d82937bb1b4cafb345 (diff) | |
download | ffmpeg-dcda5ef1eab52a2392fd8f9ebf51a03052ddfce2.tar.gz |
lavf: add uncodedframecrc test muxer.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
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); |