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

Merge pull request #22942 from alalek:videoio_test_update_hw_checks

* videoio(test): update PSNR check for H264/265

* videoio(test): reduce size for ffmpeg tests on 32-bit platforms
This commit is contained in:
Alexander Alekhin
2022-12-12 15:38:14 +03:00
committed by GitHub
parent 103212f209
commit 39087fecdc
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -55,7 +55,11 @@ TEST_P(videoio_ffmpeg, write_big)
remove(filename.c_str());
}
#if defined(OPENCV_32BIT_CONFIGURATION)
static const Size bigSize(1920, 1080);
#else
static const Size bigSize(4096, 4096);
#endif
const FourCC_Ext_Size entries[] =
{