1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #24793 from Kumataro:fix24792

imgcodecs: suppress warning at test_avif.cpp
This commit is contained in:
Alexander Smorkalov
2023-12-29 16:27:41 +03:00
committed by GitHub
+1 -1
View File
@@ -166,7 +166,7 @@ TEST_P(Imgcodecs_Avif_Image_EncodeDecodeSuite, imencode_imdecode) {
cv::Exception);
return;
}
bool result;
bool result = true;
EXPECT_NO_THROW(
result = cv::imencode(".avif", img_original, buf, encoding_params_););
EXPECT_TRUE(result);