On Mon, Oct 09, 2006 at 10:44:11PM +0200, michael wrote: > > Log: > optimize branchless C CABAC decoder > > --- trunk/libavcodec/cabac.c (original) > +++ trunk/libavcodec/cabac.c Mon Oct 9 22:44:11 2006 > @@ -133,11 +133,19 @@ > if( i ){ > +#ifdef BRANCHLESS_CABAD Is the CABAD (notice the D) a typo? Diego