diff options
author | James Almer <jamrial@gmail.com> | 2016-08-04 16:21:25 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-08-04 16:25:40 -0300 |
commit | 376d4b3c0d9d779baef3e2a72ac1ffe77e8508b8 (patch) | |
tree | f3ce1d9feb7f9f6f8352a9966722ef546fb03f06 /libavformat/allformats.c | |
parent | ce944e84892f1ba21602bd83b1a5d532dfdd1eda (diff) | |
download | ffmpeg-376d4b3c0d9d779baef3e2a72ac1ffe77e8508b8.tar.gz |
avformat: add a TTA Muxer
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 10c9bcce7f..a69195e6fe 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -311,7 +311,7 @@ void av_register_all(void) REGISTER_MUXER (MKVTIMESTAMP_V2, mkvtimestamp_v2); REGISTER_DEMUXER (TMV, tmv); REGISTER_MUXDEMUX(TRUEHD, truehd); - REGISTER_DEMUXER (TTA, tta); + REGISTER_MUXDEMUX(TTA, tta); REGISTER_DEMUXER (TXD, txd); REGISTER_DEMUXER (TTY, tty); REGISTER_MUXER (UNCODEDFRAMECRC, uncodedframecrc); |