mirror of
https://github.com/opencv/opencv.git
synced 2025-01-19 06:53:50 +08:00
Merge pull request #22933 from alalek:fixup_22894
This commit is contained in:
commit
93c4bca04d
@ -584,6 +584,11 @@ TEST_P(videoio_ffmpeg_16bit, basic)
|
||||
const double time_sec = 1;
|
||||
const int numFrames = static_cast<int>(fps * time_sec);
|
||||
|
||||
#ifdef _WIN32 // TODO: FFmpeg wrapper update
|
||||
if (isSupported)
|
||||
throw SkipTestException("FFmpeg wrapper update is required");
|
||||
#endif
|
||||
|
||||
{
|
||||
VideoWriter writer;
|
||||
writer.open(filename, CAP_FFMPEG, fourcc, fps, sz,
|
||||
|
Loading…
Reference in New Issue
Block a user