提交 24d7eb0c 编写于 作者: A Alexander Alekhin

videoio(test): test skip due to non-updated FFmpeg wrapper

上级 49f539cb
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册