From a50ff23cc889da401d77d452fc4e8d7e69431e25 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 25 Feb 2005 11:15:31 +0000 Subject: pseudo codec tag for adpcm_swf Originally committed as revision 3981 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/wav.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/wav.c') diff --git a/libavformat/wav.c b/libavformat/wav.c index 4534cdfabc..c96bab42a0 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -39,6 +39,7 @@ const CodecTag codec_wav_tags[] = { { CODEC_ID_SONIC, 0x2048 }, { CODEC_ID_SONIC_LS, 0x2048 }, { CODEC_ID_ADPCM_CT, 0x200 }, + { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' }, { 0, 0 }, }; -- cgit v1.2.3