[FFmpeg-cvslog] r18493 - trunk/libavcodec/alacenc.c
jai_menon
subversion
Mon Apr 13 17:11:40 CEST 2009
Author: jai_menon
Date: Mon Apr 13 17:11:40 2009
New Revision: 18493
Log:
alacenc : cosmetics : remove misleading comment
Modified:
trunk/libavcodec/alacenc.c
Modified: trunk/libavcodec/alacenc.c
==============================================================================
--- trunk/libavcodec/alacenc.c Mon Apr 13 12:23:10 2009 (r18492)
+++ trunk/libavcodec/alacenc.c Mon Apr 13 17:11:40 2009 (r18493)
@@ -332,7 +332,6 @@ static void write_compressed_frame(AlacE
{
int i, j;
- /* only simple mid/side decorrelation supported as of now */
if(s->avctx->channels == 2)
alac_stereo_decorrelation(s);
put_bits(&s->pbctx, 8, s->interlacing_shift);
More information about the ffmpeg-cvslog
mailing list