Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29591 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2009-08-30 22:52:47 +00:00
parent 361bdec7ed
commit 1912561b1e
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ static const AVCodecTag mp_wav_override_tags[] = {
{ CODEC_ID_PCM_BLURAY, MKTAG('B', 'P', 'C', 'M')},
{ CODEC_ID_MP2, 0x50},
{ CODEC_ID_AC3, 0x2000},
{ CODEC_ID_MPEG2VIDEO, MKTAG('M', 'P', 'G', '2')},
{ CODEC_ID_H264, MKTAG('H', '2', '6', '4')},
{ 0, 0 },
};