[MPlayer-cvslog] r29596 - trunk/libmpdemux/mp_taglists.c
cehoyos
subversion at mplayerhq.hu
Mon Aug 31 10:31:12 CEST 2009
Author: cehoyos
Date: Mon Aug 31 10:31:12 2009
New Revision: 29596
Log:
Fix AAC in MPEG transport stream for -demuxer lavf.
Modified:
trunk/libmpdemux/mp_taglists.c
Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c Mon Aug 31 07:21:12 2009 (r29595)
+++ trunk/libmpdemux/mp_taglists.c Mon Aug 31 10:31:12 2009 (r29596)
@@ -55,6 +55,7 @@ static const AVCodecTag mp_wav_tags[] =
const struct AVCodecTag *mp_wav_taglists[] = {ff_codec_wav_tags, mp_wav_tags, 0};
static const AVCodecTag mp_codecid_override_tags[] = {
+ { CODEC_ID_AAC, MKTAG('M', 'P', '4', 'A')},
{ CODEC_ID_AC3, 0x2000},
{ CODEC_ID_H264, MKTAG('H', '2', '6', '4')},
{ CODEC_ID_PCM_BLURAY, MKTAG('B', 'P', 'C', 'M')},
More information about the MPlayer-cvslog
mailing list