Commit 63ecfc1f authored by Vitor Sessak's avatar Vitor Sessak

Comment about unsupported sample size

Originally committed as revision 10273 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1cc6bd4f
......@@ -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;
......
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