[FFmpeg-cvslog] r14374 - in trunk/tests: ffmpeg.regression.ref rotozoom.regression.ref tiny_psnr.c

Diego Biurrun diego
Thu Jul 24 19:27:19 CEST 2008


On Thu, Jul 24, 2008 at 07:24:36PM +0200, michael wrote:
> 
> --- trunk/tests/tiny_psnr.c	(original)
> +++ trunk/tests/tiny_psnr.c	Thu Jul 24 19:24:36 2008
> @@ -23,6 +23,7 @@
>  
> +#define FFMIN(a,b) ((a) > (b) ? (b) : (a))

Why not use the version from libavutil?

Diego




More information about the ffmpeg-cvslog mailing list