summaryrefslogtreecommitdiff
path: root/tests/lavf-regression.sh
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-08-31 17:53:48 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-08-31 17:53:48 +0000
commitf5d4fc43bb803eabdafe5bf3673055f5e9c9f317 (patch)
treea03536a96c996c9e390f36d5ce26e783496cbc08 /tests/lavf-regression.sh
parent7dbcc4f810bb78183986323930ba4f77aec802d6 (diff)
PNG image regression testing
Originally committed as revision 25011 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-xtests/lavf-regression.sh4
1 files changed, 4 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