You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavf/swfdec: Allow decoding Nellymoser in swf.
Such files exist in the wild, see ticket #9153.
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user