Skip to content

Commit 05aa1b7

Browse files
committed
Revert "bump asan hashes"
This reverts commit 7aa8b3d.
1 parent 7aa8b3d commit 05aa1b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/api/decode_api_test.cpp

+3-3
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-
{ "8c1a1f2d1c01ac1f9da2f883a55191965691d199", "0fc7e06d0d766ac911730da2aa9e953bc858a161" },
785-
{ "a5634698fef84d402218806f48c6b48e79d4ec4d", "1d47de674c9c44d8292ee00fa053a42bb9383614" },
786-
{ "c9904fdfed2108414597af96a2561680d9a17acd", "43eaac708413c109ca120c5d570176f1c9b4036c" }
784+
{ "d5fb6d72f8cc0ea4b037e883598c162fd32b475d", "0fc7e06d0d766ac911730da2aa9e953bc858a161" },
785+
{ "93b2df27e94464f355b60343c786105075fc96d8", "1d47de674c9c44d8292ee00fa053a42bb9383614" },
786+
{ "86bf890aef2abe24abe40ebe3d9ec76a25ddebe7", "43eaac708413c109ca120c5d570176f1c9b4036c" }
787787
};
788788

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

test/api/encoder_test.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static const EncodeFileParam kFileParamArray[] = {
125125
"res/CiscoVT2people_320x192_12fps.yuv",
126126
// Allow for different output depending on whether averaging is done
127127
// vertically or horizontally first when downsampling.
128-
{ "e626f7efa3d54da15794407c15b7c694f7ddd383", "a4c2caccada00189c683cd61c6f0bb995d09aeff" },
128+
{ "eb4adc831563ce4f02f2942f52c992da760b4113", "a4c2caccada00189c683cd61c6f0bb995d09aeff" },
129129
CAMERA_VIDEO_REAL_TIME, 320, 192, 12.0f, SM_SINGLE_SLICE, false, 2, false, false, false
130130
},
131131
{
@@ -136,7 +136,7 @@ static const EncodeFileParam kFileParamArray[] = {
136136
"res/Cisco_Absolute_Power_1280x720_30fps.yuv",
137137
// Allow for different output depending on whether averaging is done
138138
// vertically or horizontally first when downsampling.
139-
{ "0d4bf6a3b6f09d6de7bbce6daf8002c614ee6241", "9e4fb2b503a877c21441545ee4f0cd5416dbe5e9" },
139+
{ "a32db3cfa66568e231d1f580d239d6468d26ce9a", "9e4fb2b503a877c21441545ee4f0cd5416dbe5e9" },
140140
CAMERA_VIDEO_REAL_TIME, 1280, 720, 30.0f, SM_SINGLE_SLICE, false, 4, false, false, false
141141
},
142142

0 commit comments

Comments
 (0)