Skip to content

Commit c5ea7bd

Browse files
committed
update second hash for ASAN
1 parent 9624955 commit c5ea7bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/api/decode_api_test.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -781,9 +781,9 @@ const uint32_t kiFrameNum = 100; //DO NOT CHANGE!
781781
const char* const pHashStr[][2] = { //DO NOT CHANGE!
782782
// Allow for different output depending on whether averaging is done
783783
// vertically or horizontally first when downsampling.
784-
{ "c42f9f9bd9084a7fe1dc2e1788cdb1dc3a1cbc61", "0fc7e06d0d766ac911730da2aa9e953bc858a161" },
785-
{ "93b2df27e94464f355b60343c786105075fc96d8", "1d47de674c9c44d8292ee00fa053a42bb9383614" },
786-
{ "8e2d7cd8de6dfb03189a3ac13c289393600780a2", "43eaac708413c109ca120c5d570176f1c9b4036c" }
784+
{ "c42f9f9bd9084a7fe1dc2e1788cdb1dc3a1cbc61", "8c1a1f2d1c01ac1f9da2f883a55191965691d199" },
785+
{ "93b2df27e94464f355b60343c786105075fc96d8", "a5634698fef84d402218806f48c6b48e79d4ec4d" },
786+
{ "8e2d7cd8de6dfb03189a3ac13c289393600780a2", "c9904fdfed2108414597af96a2561680d9a17acd" }
787787
};
788788

789789
class DecodeParseAPI : public ::testing::TestWithParam<EncodeDecodeFileParamBase>, public EncodeDecodeTestBase {

0 commit comments

Comments
 (0)