[MPlayer-cvslog] r29591 - trunk/libmpdemux/mp_taglists.c

cehoyos subversion at mplayerhq.hu
Mon Aug 31 00:52:47 CEST 2009


Author: cehoyos
Date: Mon Aug 31 00:52:47 2009
New Revision: 29591

Log:
Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.

Modified:
   trunk/libmpdemux/mp_taglists.c

Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c	Mon Aug 31 00:51:52 2009	(r29590)
+++ trunk/libmpdemux/mp_taglists.c	Mon Aug 31 00:52:47 2009	(r29591)
@@ -66,6 +66,8 @@ static const AVCodecTag mp_wav_override_
     { 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 },
 };
 


More information about the MPlayer-cvslog mailing list