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