From 048446bfeba294c19e03607de67d8aa64f550f83 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Mon, 8 Sep 2003 04:15:27 +0000 Subject: support for Duck DK3 and DK4 ADPCM Originally committed as revision 2219 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/wav.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/wav.c') diff --git a/libavformat/wav.c b/libavformat/wav.c index df4203f067..5f7c5dd7a3 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -29,6 +29,8 @@ const CodecTag codec_wav_tags[] = { { CODEC_ID_PCM_MULAW, 0x07 }, { CODEC_ID_ADPCM_MS, 0x02 }, { CODEC_ID_ADPCM_IMA_WAV, 0x11 }, + { CODEC_ID_ADPCM_IMA_DK4, 0x61 }, /* rogue format number */ + { CODEC_ID_ADPCM_IMA_DK3, 0x62 }, /* rogue format number */ { CODEC_ID_WMAV1, 0x160 }, { CODEC_ID_WMAV2, 0x161 }, { 0, 0 }, -- cgit v1.2.3