diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-03-19 21:46:56 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-03-19 21:46:56 +0000 |
commit | 23d9cc45633021170bd504467d0099a5d4eb7694 (patch) | |
tree | 2bbe553a7cb0d20d88744af2036f1ad9cd61545f /libavformat/allformats.c | |
parent | 45bae968a92633037e476a4892c4fa949ffe4508 (diff) | |
download | ffmpeg-23d9cc45633021170bd504467d0099a5d4eb7694.tar.gz |
Support raw TrueHD files
Originally committed as revision 18049 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 c4d0de4f19..39ac3b82a6 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -182,6 +182,7 @@ void av_register_all(void) REGISTER_MUXER (TGP, tgp); REGISTER_DEMUXER (THP, thp); REGISTER_DEMUXER (TIERTEXSEQ, tiertexseq); + REGISTER_MUXDEMUX (TRUEHD, truehd); REGISTER_DEMUXER (TTA, tta); REGISTER_DEMUXER (TXD, txd); REGISTER_DEMUXER (VC1, vc1); |