override lavf tag for pcm s24le, mov uses the same for s24be

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29110 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
bcoudurier 2009-03-30 22:49:28 +00:00
parent f7891c8e53
commit 9ae48213f8
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ static const AVCodecTag mp_wav_override_tags[] = {
{ CODEC_ID_PCM_S16BE, MKTAG('t', 'w', 'o', 's')},
{ CODEC_ID_PCM_S16LE, 1},
{ CODEC_ID_PCM_S24BE, MKTAG('i', 'n', '2', '4')},
{ CODEC_ID_PCM_S24LE, 1},
{ 0, 0 },
};