override codec tag for pcm s32le and s32be, used in mov

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29124 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
bcoudurier 2009-04-02 02:31:17 +00:00
parent df53cdd57d
commit b578fedf77
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ static const AVCodecTag mp_wav_override_tags[] = {
{ CODEC_ID_PCM_S16LE, 1},
{ CODEC_ID_PCM_S24BE, MKTAG('i', 'n', '2', '4')},
{ CODEC_ID_PCM_S24LE, 1},
{ CODEC_ID_PCM_S32BE, MKTAG('i', 'n', '3', '2')},
{ CODEC_ID_PCM_S32LE, 1},
{ 0, 0 },
};