On 14/03/2017 02:38, Mark Thompson wrote:
> +#define wloop(mag, wr) \
> +    for (n = 0; n < n_in; n++) { \
> +        wr; \
> +        ptr += mag + 1; \
> +    }

Either wrap-in/use a do-while() or drop the ;

I'd rather have it using bitstream from beginning.

Beside that seems fine.

lu
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to