OSDN Git Service

alacenc : cosmetics : remove misleading comment
authorJai Menon <jmenon86@gmail.com>
Mon, 13 Apr 2009 15:11:40 +0000 (15:11 +0000)
committerJai Menon <jmenon86@gmail.com>
Mon, 13 Apr 2009 15:11:40 +0000 (15:11 +0000)
Originally committed as revision 18493 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/alacenc.c

index 82761c0..fe1f56a 100644 (file)
@@ -332,7 +332,6 @@ static void write_compressed_frame(AlacEncodeContext *s)
 {
     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);