[Ffmpeg-cvslog] r6607 - in trunk/libavcodec: cabac.c cabac.h

Diego Biurrun diego
Mon Oct 9 23:35:57 CEST 2006


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





More information about the ffmpeg-cvslog mailing list