[CELT-dev] Possible bug in CELT's VBR code

Jean-Marc Valin jmvalin at jmvalin.ca
Mon Feb 28 17:48:35 PST 2011


Hi,

I'm not sure what version you're using (this code no longer exists), but 
you should be aware that VBR was pretty broken until version 0.10. If 
you're using something earlier than 0.10, I recommend either upgrading 
or using CBR.

Cheers,

	Jean-Marc

On 11-02-28 07:55 PM, John Ridges wrote:
> 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
>
>
> _______________________________________________
> celt-dev mailing list
> celt-dev at xiph.org
> http://lists.xiph.org/mailman/listinfo/celt-dev
>
>



More information about the celt-dev mailing list