[MPlayer-cvslog] r29600 - trunk/libmpdemux/mp_taglists.c
cehoyos
subversion at mplayerhq.hu
Mon Aug 31 11:35:56 CEST 2009
Author: cehoyos
Date: Mon Aug 31 11:35:56 2009
New Revision: 29600
Log:
Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.
Modified:
trunk/libmpdemux/mp_taglists.c
Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c Mon Aug 31 11:09:00 2009 (r29599)
+++ trunk/libmpdemux/mp_taglists.c Mon Aug 31 11:35:56 2009 (r29600)
@@ -60,6 +60,7 @@ static const AVCodecTag mp_codecid_overr
{ CODEC_ID_DTS, 0x2001},
{ CODEC_ID_EAC3, MKTAG('E', 'A', 'C', '3')},
{ CODEC_ID_H264, MKTAG('H', '2', '6', '4')},
+ { CODEC_ID_MPEG4, MKTAG('M', 'P', '4', 'V')},
{ CODEC_ID_PCM_BLURAY, MKTAG('B', 'P', 'C', 'M')},
{ CODEC_ID_PCM_S8, MKTAG('t', 'w', 'o', 's')},
{ CODEC_ID_PCM_U8, 1},
More information about the MPlayer-cvslog
mailing list