summaryrefslogtreecommitdiff
path: root/libavformat/wav.c
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2005-02-25 11:15:31 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2005-02-25 11:15:31 +0000
commita50ff23cc889da401d77d452fc4e8d7e69431e25 (patch)
tree2fbca33926a3359016518235737af504687df8e0 /libavformat/wav.c
parent2f5132e7a830a0057e8a17d6795b40879f815066 (diff)
pseudo codec tag for adpcm_swf
Originally committed as revision 3981 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/wav.c')
-rw-r--r--libavformat/wav.c1
1 files changed, 1 insertions, 0 deletions
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 },
};