Skip to content

Commit

Permalink
fix last hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed May 14, 2024
1 parent 05aa1b7 commit 7c10829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/api/decode_api_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -781,9 +781,9 @@ const uint32_t kiFrameNum = 100; //DO NOT CHANGE!
const char* const pHashStr[][2] = { //DO NOT CHANGE!
// Allow for different output depending on whether averaging is done
// vertically or horizontally first when downsampling.
{ "d5fb6d72f8cc0ea4b037e883598c162fd32b475d", "0fc7e06d0d766ac911730da2aa9e953bc858a161" },
{ "c42f9f9bd9084a7fe1dc2e1788cdb1dc3a1cbc61", "0fc7e06d0d766ac911730da2aa9e953bc858a161" },
{ "93b2df27e94464f355b60343c786105075fc96d8", "1d47de674c9c44d8292ee00fa053a42bb9383614" },
{ "86bf890aef2abe24abe40ebe3d9ec76a25ddebe7", "43eaac708413c109ca120c5d570176f1c9b4036c" }
{ "8e2d7cd8de6dfb03189a3ac13c289393600780a2", "43eaac708413c109ca120c5d570176f1c9b4036c" }
};

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

0 comments on commit 7c10829

Please sign in to comment.