From a91c19964de606c8002531cbb87aa6de3d89508f Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sat, 9 Jan 2010 11:33:06 +0000 Subject: Fix MP1 with demuxer lavf in MPEG (PS) files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30250 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/mp_taglists.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libmpdemux/mp_taglists.c b/libmpdemux/mp_taglists.c index 34423d1c9f..50b87e8377 100644 --- a/libmpdemux/mp_taglists.c +++ b/libmpdemux/mp_taglists.c @@ -35,6 +35,7 @@ static const AVCodecTag mp_wav_tags[] = { { CODEC_ID_EAC3, MKTAG('E', 'A', 'C', '3')}, { CODEC_ID_INTERPLAY_DPCM, MKTAG('I', 'N', 'P', 'A')}, { CODEC_ID_MLP, MKTAG('M', 'L', 'P', ' ')}, + { CODEC_ID_MP1, 0x50}, { CODEC_ID_MUSEPACK7, MKTAG('M', 'P', 'C', ' ')}, { CODEC_ID_MUSEPACK8, MKTAG('M', 'P', 'C', '8')}, { CODEC_ID_NELLYMOSER, MKTAG('N', 'E', 'L', 'L')}, -- cgit v1.2.3