changeset 9427:4c1fb7723412 libavcodec

alacenc : cosmetics : remove misleading comment
author jai_menon
date Mon, 13 Apr 2009 15:11:40 +0000
parents 638187aad3aa
children 0dce4fe6e6f3
files alacenc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/alacenc.c	Mon Apr 13 03:35:32 2009 +0000
+++ b/alacenc.c	Mon Apr 13 15:11:40 2009 +0000
@@ -332,7 +332,6 @@
 {
     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);