mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-04-20 03:19:40 +02:00
pseudo codec tag for adpcm_swf
Originally committed as revision 3981 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user