[MPlayer-cvslog] r29589 - trunk/libmpdemux/mp_taglists.c
cehoyos
subversion at mplayerhq.hu
Sun Aug 30 23:27:46 CEST 2009
Author: cehoyos
Date: Sun Aug 30 23:27:45 2009
New Revision: 29589
Log:
Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.
Modified:
trunk/libmpdemux/mp_taglists.c
Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c Sun Aug 30 23:14:42 2009 (r29588)
+++ trunk/libmpdemux/mp_taglists.c Sun Aug 30 23:27:45 2009 (r29589)
@@ -64,6 +64,8 @@ static const AVCodecTag mp_wav_override_
{ 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 },
};
More information about the MPlayer-cvslog
mailing list