[MPlayer-dev-eng] [patch] libpostproc fix for negative strides

Diego Biurrun diego at biurrun.de
Fri Feb 25 02:22:38 CET 2005


Jindrich Makovicka writes:
> +        int minStride= MAX(ABS(srcStride[0]), ABS(dstStride[0]));
> +	int absQPStride = ABS(QPStride);

You're messing up indentation by mixing tabs and spaces here.

Diego




More information about the MPlayer-dev-eng mailing list