From 5afcbb1b066f873d689cb05aad4f049eea42761e Mon Sep 17 00:00:00 2001 From: glennrp Date: Wed, 12 Dec 2012 13:55:56 +0000 Subject: [PATCH] Added JNG/JDAA (compression JPEGCompression) to list of tests in validate.h --- tests/validate.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/validate.h b/tests/validate.h index a45ed603e..c7f3910ff 100644 --- a/tests/validate.h +++ b/tests/validate.h @@ -270,6 +270,7 @@ static const struct ReferenceFormats { "INLINE", UndefinedCompression, 0.0 }, { "JBG", UndefinedCompression, 0.0 }, { "JNG", UndefinedCompression, 0.003 }, + { "JNG", JPEGCompression, 0.003 }, { "JP2", UndefinedCompression, 0.003 }, { "JPC", UndefinedCompression, 0.003 }, { "JPEG", UndefinedCompression, 0.003 }, -- 2.50.1