1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #27481 from opencv-pushbot:gitee/alalek/update_ffmpeg_4.x

ffmpeg/4.x: update FFmpeg wrapper 2025.06
This commit is contained in:
Alexander Smorkalov
2025-06-26 08:26:49 +03:00
committed by GitHub
2 changed files with 5 additions and 11 deletions
@@ -8,10 +8,6 @@ using namespace std;
namespace opencv_test { namespace {
// PR: https://github.com/opencv/opencv/pull/26800
// TODO: Enable the tests back on Windows after FFmpeg plugin rebuild
#ifndef _WIN32
struct VideoCaptureAPITests: TestWithParam<cv::VideoCaptureAPIs>
{
void SetUp()
@@ -89,6 +85,4 @@ inline static std::string VideoCaptureAPITests_name_printer(const testing::TestP
INSTANTIATE_TEST_CASE_P(videoio, VideoCaptureAPITests, testing::ValuesIn(supported_backends), VideoCaptureAPITests_name_printer);
#endif // WIN32
}} // namespace