mirror of https://git.ffmpeg.org/ffmpeg.git
lavf/swfdec: Allow decoding Nellymoser in swf.
Such files exist in the wild, see ticket #9153.
This commit is contained in:
parent
8a73313412
commit
9f8c81efc5
|
@ -52,7 +52,7 @@ static const AVCodecTag swf_audio_codec_tags[] = {
|
||||||
{ AV_CODEC_ID_ADPCM_SWF, 0x01 },
|
{ AV_CODEC_ID_ADPCM_SWF, 0x01 },
|
||||||
{ AV_CODEC_ID_MP3, 0x02 },
|
{ AV_CODEC_ID_MP3, 0x02 },
|
||||||
{ AV_CODEC_ID_PCM_S16LE, 0x03 },
|
{ AV_CODEC_ID_PCM_S16LE, 0x03 },
|
||||||
// { AV_CODEC_ID_NELLYMOSER, 0x06 },
|
{ AV_CODEC_ID_NELLYMOSER, 0x06 },
|
||||||
{ AV_CODEC_ID_NONE, 0 },
|
{ AV_CODEC_ID_NONE, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue