changeset 29547:e86e60afd8b8

Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.
author cehoyos
date Sun, 30 Aug 2009 21:27:45 +0000
parents 87b0995398b6
children 02a57b19fb92
files libmpdemux/mp_taglists.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c	Sun Aug 30 21:14:42 2009 +0000
+++ b/libmpdemux/mp_taglists.c	Sun Aug 30 21:27:45 2009 +0000
@@ -64,6 +64,8 @@
     { CODEC_ID_PCM_S32BE,         MKTAG('i', 'n', '3', '2')},
     { CODEC_ID_PCM_S32LE,         1},
     { CODEC_ID_PCM_BLURAY,        MKTAG('B', 'P', 'C', 'M')},
+    { CODEC_ID_MP2,               0x50},
+    { CODEC_ID_AC3,               0x2000},
     { 0, 0 },
 };