mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 10:52:20 +00:00
lavc/audiotoolboxdec: Forward extradata for QDMC and QDM2.
Fixes audiotoolbox decoding of QDMC and QDM2.
This commit is contained in:
parent
cbe2dc7275
commit
dcdf69561f
@ -270,6 +270,8 @@ static av_cold int ffat_usable_extradata(AVCodecContext *avctx)
|
||||
ATDecodeContext *at = avctx->priv_data;
|
||||
return at->extradata_size &&
|
||||
(avctx->codec_id == AV_CODEC_ID_ALAC ||
|
||||
avctx->codec_id == AV_CODEC_ID_QDM2 ||
|
||||
avctx->codec_id == AV_CODEC_ID_QDMC ||
|
||||
avctx->codec_id == AV_CODEC_ID_AAC);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user