diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-08-31 17:53:48 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-08-31 17:53:48 +0000 |
commit | f5d4fc43bb803eabdafe5bf3673055f5e9c9f317 (patch) | |
tree | a03536a96c996c9e390f36d5ce26e783496cbc08 /tests | |
parent | 7dbcc4f810bb78183986323930ba4f77aec802d6 (diff) | |
download | ffmpeg-f5d4fc43bb803eabdafe5bf3673055f5e9c9f317.tar.gz |
PNG image regression testing
Originally committed as revision 25011 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/lavf-regression.sh | 4 | ||||
-rw-r--r-- | tests/ref/lavf/png | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index fb23cdde6b..aa36e9ae0f 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -148,6 +148,10 @@ if [ -n "$do_ppm" ] ; then 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 diff --git a/tests/ref/lavf/png b/tests/ref/lavf/png new file mode 100644 index 0000000000..4343adb3b7 --- /dev/null +++ b/tests/ref/lavf/png @@ -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 |