Skip to content

Commit 2e79b31

Browse files
authored
Merge pull request knik0#12 from enzo1982/patch-1
Fix broken Joint Stereo coding, issue knik0#11
2 parents 389e7e5 + 75c7b6c commit 2e79b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libfaac/quantize.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ int BlocQuant(CoderInfo *coder, double *xr, AACQuantCfg *aacquantCfg)
338338
lastis += diff;
339339
coder->sf[cnt] = lastis;
340340
}
341-
else if (book != HCB_PNS)
341+
else if (book == HCB_ESC)
342342
{
343343
int diff = coder->sf[cnt] - lastsf;
344344

0 commit comments

Comments
 (0)