Commit 85e57260 authored by vitor's avatar vitor

Comment about unsupported sample size

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10273 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e9056334
...@@ -617,6 +617,8 @@ static int alac_decode_frame(AVCodecContext *avctx, ...@@ -617,6 +617,8 @@ static int alac_decode_frame(AVCodecContext *avctx,
break; break;
case 20: case 20:
case 24: 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: case 32:
av_log(avctx, AV_LOG_ERROR, "FIXME: unimplemented sample size %i\n", alac->setinfo_sample_size); av_log(avctx, AV_LOG_ERROR, "FIXME: unimplemented sample size %i\n", alac->setinfo_sample_size);
break; break;
......
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