[FFmpeg-devel] [PATCH] PNG regtest

Vitor Sessak vitor1001
Tue Aug 31 19:55:56 CEST 2010


On 08/31/2010 07:08 PM, M?ns Rullg?rd wrote:
> Vitor Sessak<vitor1001 at gmail.com>  writes:
>
>    
>> $subj.
>>
>> -Vitor
>>
>> Index: tests/lavf-regression.sh
>> ===================================================================
>> --- tests/lavf-regression.sh	(revision 25010)
>> +++ tests/lavf-regression.sh	(working copy)
>> @@ -148,6 +148,10 @@
>>   do_image_formats ppm
>>   fi
>>
>> +if [ -n "$do_png" ] ; then
>> +do_image_formats png
>> +fi
>> +
>>   if [ -n "$do_bmp" ] ; then
>>   do_image_formats bmp
>>   fi
>> Index: tests/ref/lavf/png
>> ===================================================================
>> --- tests/ref/lavf/png	(revision 0)
>> +++ tests/ref/lavf/png	(revision 0)
>> @@ -0,0 +1,3 @@
>> +c162094e51dc1a3203de43e496086dfd *./tests/data/images/png/02.png
>> +./tests/data/images/png/%02d.png CRC=0x6da01946
>> +248612 ./tests/data/images/png/02.png
>>      
> Looks OK, but I do wonder why the image tests are under "lavf" when
> the codecs are in lavc.  Not that it's important.  It gets tested, and
> that's good enough I suppose.
>    

Applied.

-Vitor



More information about the ffmpeg-devel mailing list