summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2007-08-31 15:05:40 +0000
committerVitor Sessak <vitor1001@gmail.com>2007-08-31 15:05:40 +0000
commit63ecfc1fe4261dc7a9b22651e3e0fccaf4b43a0d (patch)
treeff983de964e454570cb8bac7e47d3a32943c4447 /libavcodec/alac.c
parent1cc6bd4f1036686a3cad4e63d7e8301ac2b907d1 (diff)
Comment about unsupported sample size
Originally committed as revision 10273 to svn://svn.ffmpeg.org/ffmpeg/trunk
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;