diff allformats.c @ 4751:ffb7e8093289 libavformat

Support raw TrueHD files
author ramiro
date Thu, 19 Mar 2009 21:46:56 +0000
parents 1f87eacc3c32
children 52992e9a0109
line wrap: on
line diff
--- a/allformats.c	Thu Mar 19 21:23:39 2009 +0000
+++ b/allformats.c	Thu Mar 19 21:46:56 2009 +0000
@@ -182,6 +182,7 @@
     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);