[MPlayer-cvslog] r34185 - trunk/libmpdemux/mp_taglists.c
cehoyos
subversion at mplayerhq.hu
Fri Oct 7 18:15:37 CEST 2011
Author: cehoyos
Date: Fri Oct 7 18:15:37 2011
New Revision: 34185
Log:
Support MP3 in TS with -demuxer lavf.
Modified:
trunk/libmpdemux/mp_taglists.c
Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c Fri Oct 7 17:55:57 2011 (r34184)
+++ trunk/libmpdemux/mp_taglists.c Fri Oct 7 18:15:37 2011 (r34185)
@@ -76,6 +76,7 @@ static const AVCodecTag mp_codecid_overr
{ CODEC_ID_FLV1, MKTAG('F', 'L', 'V', '1')},
{ CODEC_ID_G729, MKTAG('G', '7', '2', '9')},
{ CODEC_ID_H264, MKTAG('H', '2', '6', '4')},
+ { CODEC_ID_MP3, 0x55},
{ 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')},
More information about the MPlayer-cvslog
mailing list