alacenc : cosmetics : remove misleading comment

Originally committed as revision 18493 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Jai Menon 2009-04-13 15:11:40 +00:00
parent b3eab9fb64
commit 309a8bb8a1

View 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);