Commit cee83f7b authored by alex's avatar alex

pseudo codec tag for adpcm_swf


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3981 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e8f954be
......@@ -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 },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment