Mercurial > libavcodec.hg
changeset 5624:27612e429508 libavcodec
Comment about unsupported sample size
author | vitor |
---|---|
date | Fri, 31 Aug 2007 15:05:40 +0000 |
parents | 0e4860e1beb6 |
children | 5e6d779aede4 |
files | alac.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;