Browse Source

alacenc : cosmetics : remove misleading comment

Originally committed as revision 18493 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Jai Menon 17 years ago
parent
commit
309a8bb8a1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/alacenc.c

+ 0
- 1
libavcodec/alacenc.c View File

@@ -332,7 +332,6 @@ static void write_compressed_frame(AlacEncodeContext *s)
{ {
int i, j; int i, j;


/* only simple mid/side decorrelation supported as of now */
if(s->avctx->channels == 2) if(s->avctx->channels == 2)
alac_stereo_decorrelation(s); alac_stereo_decorrelation(s);
put_bits(&s->pbctx, 8, s->interlacing_shift); put_bits(&s->pbctx, 8, s->interlacing_shift);


Loading…
Cancel
Save