[FFmpeg-devel] [PATCH] PNG regtest

Måns Rullgård mans
Tue Aug 31 19:08:59 CEST 2010


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.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list