[FFmpeg-soc] [soc]: r3566 - mlp/mlpenc.c
ramiro
subversion at mplayerhq.hu
Sun Aug 24 05:18:13 CEST 2008
Author: ramiro
Date: Sun Aug 24 05:18:13 2008
New Revision: 3566
Log:
Disable mid side decorrelation since it still doesn't work.
Modified:
mlp/mlpenc.c
Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c (original)
+++ mlp/mlpenc.c Sun Aug 24 05:18:13 2008
@@ -910,7 +910,7 @@ static int estimate_stereo_mode(MLPEncod
score[2] = sum[1] + sum[3];
score[3] = sum[2] + sum[3];
- for(i = 1; i < 4; i++)
+ for(i = 1; i < 3; i++)
if(score[i] < score[best])
best = i;
More information about the FFmpeg-soc
mailing list