summaryrefslogtreecommitdiff
path: root/libavcodec/alacenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/alacenc.c')
-rw-r--r--libavcodec/alacenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/alacenc.c b/libavcodec/alacenc.c
index 82761c03b3..fe1f56ac31 100644
--- a/libavcodec/alacenc.c
+++ b/libavcodec/alacenc.c
@@ -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);