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

compn tempn
Thu Jul 24 20:01:53 CEST 2008


On Thu, 24 Jul 2008 19:27:19 +0200, Diego Biurrun wrote:
>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?

is it better/faster/smaller to include libavutils/common.h or just copy one line? also it looks like tiny_psnr does not require any ffmpeg files, so it can be included in other projects with ease?

i'm still learning this stuff :)

-compn




More information about the ffmpeg-cvslog mailing list