added monkey audio fourcc in wave header

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24539 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2007-09-15 20:17:22 +00:00
parent 16bd058e20
commit 87e3530225
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ static const AVCodecTag mp_wav_tags[] = {
{ CODEC_ID_ADPCM_IMA_WS, MKTAG('A', 'I', 'W', 'S')},
{ CODEC_ID_ADPCM_THP, MKTAG('T', 'H', 'P', 'A')},
{ CODEC_ID_AMR_NB, MKTAG('n', 'b', 0, 0)},
{ CODEC_ID_APE, MKTAG('M', 'A', 'C', ' ')},
{ CODEC_ID_COOK, MKTAG('c', 'o', 'o', 'k')},
{ CODEC_ID_DSICINAUDIO, MKTAG('D', 'C', 'I', 'A')},
{ CODEC_ID_INTERPLAY_DPCM, MKTAG('I', 'N', 'P', 'A')},