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:
committed by
GitHub
parent
103212f209
commit
39087fecdc
@@ -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[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user