Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29589 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2009-08-30 21:27:45 +00:00
parent 97503eb4ee
commit 8d8aa1a4cf
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ static const AVCodecTag mp_wav_override_tags[] = {
{ 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 },
};