mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 06:05:32 +01:00
avcodec: add Ulead DV audio decoder
Fixes #1564. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -463,6 +463,8 @@ const AVCodecTag ff_codec_wav_tags[] = {
|
||||
{ AV_CODEC_ID_XMA1, 0x0165 },
|
||||
{ AV_CODEC_ID_XMA2, 0x0166 },
|
||||
{ AV_CODEC_ID_ADPCM_CT, 0x0200 },
|
||||
{ AV_CODEC_ID_DVAUDIO, 0x0215 },
|
||||
{ AV_CODEC_ID_DVAUDIO, 0x0216 },
|
||||
{ AV_CODEC_ID_ATRAC3, 0x0270 },
|
||||
{ AV_CODEC_ID_ADPCM_G722, 0x028F },
|
||||
{ AV_CODEC_ID_IMC, 0x0401 },
|
||||
|
||||
Reference in New Issue
Block a user