Displaying 1 result from an estimated 1 matches for "effectivebytes".
2011 Mar 01
1
Possible bug in CELT's VBR code
Hi guys,
It looks to me like line 955 in celt.c should be:
effectiveBytes = vbr_rate>>(3+BITRES);
otherwise it seems like "effectiveBytes" is 8 times larger than it
should be (at least if it's really meant to be bytes).
Cheers,
John Ridges