Fix AAC in MPEG transport stream for -demuxer lavf.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29596 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2009-08-31 08:31:12 +00:00
parent aa16e6ca7d
commit 7a20e9060a
1 changed files with 1 additions and 0 deletions

View File

@ -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')},