summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/alac.c')
-rw-r--r--libavcodec/alac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 49168e42d9..3262838869 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -617,6 +617,8 @@ static int alac_decode_frame(AVCodecContext *avctx,
break;
case 20:
case 24:
+ // It is not clear if there exist any encoder that creates 24 bit ALAC
+ // files. iTunes convert 24 bit raw files to 16 bit before encoding.
case 32:
av_log(avctx, AV_LOG_ERROR, "FIXME: unimplemented sample size %i\n", alac->setinfo_sample_size);
break;