changeset 29549:a97c9fd97336

Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.
author cehoyos
date Sun, 30 Aug 2009 22:52:47 +0000
parents 02a57b19fb92
children 0105eab3f1a1
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 22:51:52 2009 +0000
+++ b/libmpdemux/mp_taglists.c	Sun Aug 30 22:52:47 2009 +0000
@@ -66,6 +66,8 @@
     { CODEC_ID_PCM_BLURAY,        MKTAG('B', 'P', 'C', 'M')},
     { CODEC_ID_MP2,               0x50},
     { CODEC_ID_AC3,               0x2000},
+    { CODEC_ID_MPEG2VIDEO,        MKTAG('M', 'P', 'G', '2')},
+    { CODEC_ID_H264,              MKTAG('H', '2', '6', '4')},
     { 0, 0 },
 };