diff mlp_parser.c @ 9190:5b4f4d83431f libavcodec

Split TrueHD decoder from MLP
author ramiro
date Thu, 19 Mar 2009 21:23:39 +0000
parents e9d9d946f213
children 0dce4fe6e6f3
line wrap: on
line diff
--- a/mlp_parser.c	Thu Mar 19 09:53:50 2009 +0000
+++ b/mlp_parser.c	Thu Mar 19 21:23:39 2009 +0000
@@ -287,7 +287,7 @@
 }
 
 AVCodecParser mlp_parser = {
-    { CODEC_ID_MLP },
+    { CODEC_ID_MLP, CODEC_ID_TRUEHD },
     sizeof(MLPParseContext),
     mlp_init,
     mlp_parse,