# HG changeset patch # User vitor # Date 1188572740 0 # Node ID 27612e429508b6cbc54733da2d6fd5e9b5422662 # Parent 0e4860e1beb6c1cdfc15e93a59fea2297cfa7ac1 Comment about unsupported sample size diff -r 0e4860e1beb6 -r 27612e429508 alac.c --- a/alac.c Fri Aug 31 14:58:44 2007 +0000 +++ b/alac.c Fri Aug 31 15:05:40 2007 +0000 @@ -617,6 +617,8 @@ 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;