Commit dcdf6956 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavc/audiotoolboxdec: Forward extradata for QDMC and QDM2.

Fixes audiotoolbox decoding of QDMC and QDM2.
parent cbe2dc72
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment