lavf/swfdec: Allow decoding Nellymoser in swf.

Such files exist in the wild, see ticket #9153.
This commit is contained in:
Carl Eugen Hoyos 2021-03-16 21:11:45 +01:00
parent 8a73313412
commit 9f8c81efc5

View File

@ -52,7 +52,7 @@ static const AVCodecTag swf_audio_codec_tags[] = {
{ AV_CODEC_ID_ADPCM_SWF, 0x01 },
{ AV_CODEC_ID_MP3, 0x02 },
{ AV_CODEC_ID_PCM_S16LE, 0x03 },
// { AV_CODEC_ID_NELLYMOSER, 0x06 },
{ AV_CODEC_ID_NELLYMOSER, 0x06 },
{ AV_CODEC_ID_NONE, 0 },
};