On Thu, May 01, 2014 at 02:55:18PM +0200, Luca Barbato wrote:
> --- a/libavutil/mathematics.c
> +++ b/libavutil/mathematics.c
> @@ -50,47 +50,54 @@ const uint8_t av_reverse[256]={
>  };
>  #endif

You skipped the av_reverse table ..

> -        for(i=63; i>=0; i--){
> +        for (i = 63; i >= 0; i--) {
>  //            int o= a1 & 0x8000000000000000ULL;

space before =

> -            if(/*o || */c <= a1){
> +            if (/*o || */ c <= a1) {

space after *

OK otherwise

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to