[FFmpeg-cvslog] r10273 - trunk/libavcodec/alac.c

vitor subversion
Fri Aug 31 17:05:41 CEST 2007


Author: vitor
Date: Fri Aug 31 17:05:40 2007
New Revision: 10273

Log:
Comment about unsupported sample size

Modified:
   trunk/libavcodec/alac.c

Modified: trunk/libavcodec/alac.c
==============================================================================
--- trunk/libavcodec/alac.c	(original)
+++ trunk/libavcodec/alac.c	Fri Aug 31 17:05:40 2007
@@ -617,6 +617,8 @@ static int alac_decode_frame(AVCodecCont
         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;




More information about the ffmpeg-cvslog mailing list