videoio(test): test skip due to non-updated FFmpeg wrapper
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Thu, 8 Dec 2022 17:18:29 +0000 (17:18 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Thu, 8 Dec 2022 17:18:29 +0000 (17:18 +0000)
modules/videoio/test/test_ffmpeg.cpp

index a77e2938aafe53fa42e54acffc70a21b20cae723..5fb50ef4e4e214a2274e5ebe2fec707621920dc8 100644 (file)
@@ -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,