mirror of
https://github.com/opencv/opencv.git
synced 2025-07-25 22:57:53 +08:00
videoio(test): test skip due to non-updated FFmpeg wrapper
This commit is contained in:
parent
49f539cb46
commit
24d7eb0ca5
@ -584,6 +584,11 @@ TEST_P(videoio_ffmpeg_16bit, basic)
|
|||||||
const double time_sec = 1;
|
const double time_sec = 1;
|
||||||
const int numFrames = static_cast<int>(fps * time_sec);
|
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;
|
VideoWriter writer;
|
||||||
writer.open(filename, CAP_FFMPEG, fourcc, fps, sz,
|
writer.open(filename, CAP_FFMPEG, fourcc, fps, sz,
|
||||||
|
Loading…
Reference in New Issue
Block a user