summaryrefslogtreecommitdiff
path: root/test/frame_info_hash_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-28 23:13:15 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-06 22:48:30 +0100
commiteac3cac07eb97a6bcf6accd1575af76cd6f59112 (patch)
treea4fa1dfb9130ddcdfec37a48eea8110c981520d8 /test/frame_info_hash_test.cc
parent9b1b653f1a169dae3e939c58d73356ff02e5835c (diff)
Don't use flat_red.j2c for the simple DCP test as it's only 8-bit.
Diffstat (limited to 'test/frame_info_hash_test.cc')
-rw-r--r--test/frame_info_hash_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/frame_info_hash_test.cc b/test/frame_info_hash_test.cc
index e24ab5aa..82e0f3ac 100644
--- a/test/frame_info_hash_test.cc
+++ b/test/frame_info_hash_test.cc
@@ -66,7 +66,7 @@ BOOST_AUTO_TEST_CASE (frame_info_hash_test)
unsigned int seed = 42;
/* Check a few random frames */
- check (&seed, writer, "c039c5a0e5d20bc646f7e9c10e2d5874");
- check (&seed, writer, "d9e694cfe84544c54a869c128ba39343");
- check (&seed, writer, "fafb05a0039cb9fc604279c90a13cb87");
+ check (&seed, writer, "9da3d1d93a80683e65d996edae4101ed");
+ check (&seed, writer, "ecd77b3fbf459591f24119d4118783fb");
+ check (&seed, writer, "9f10303495b58ccb715c893d40127e22");
}