[FFmpeg-cvslog] lavc/audiotoolboxdec: Forward extradata for QDMC and QDM2.
Carl Eugen Hoyos
git at videolan.org
Mon Jun 20 12:25:39 CEST 2016
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Jun 20 12:23:59 2016 +0200| [dcdf69561fde475f2d99573174eb5ae54e3052de] | committer: Carl Eugen Hoyos
lavc/audiotoolboxdec: Forward extradata for QDMC and QDM2.
Fixes audiotoolbox decoding of QDMC and QDM2.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dcdf69561fde475f2d99573174eb5ae54e3052de
---
libavcodec/audiotoolboxdec.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/audiotoolboxdec.c b/libavcodec/audiotoolboxdec.c
index 2748e8d..1097668 100644
--- a/libavcodec/audiotoolboxdec.c
+++ b/libavcodec/audiotoolboxdec.c
@@ -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);
}
More information about the ffmpeg-cvslog
mailing list