diff --git a/libavformat/aiff.c b/libavformat/aiff.c index 74ff14a14fa29c67f0cb96bd5e2fc639c3fa38c9..af06badd2d47c9e55b1f075446007885e9af5c60 100644 --- a/libavformat/aiff.c +++ b/libavformat/aiff.c @@ -36,6 +36,7 @@ static const AVCodecTag codec_aiff_tags[] = { { CODEC_ID_MACE6, MKTAG('M','A','C','6') }, { CODEC_ID_GSM, MKTAG('G','S','M',' ') }, { CODEC_ID_ADPCM_G726, MKTAG('G','7','2','6') }, + { CODEC_ID_PCM_S16LE, MKTAG('s','o','w','t') }, { 0, 0 }, };