0
0
mirror of https://github.com/opencv/opencv.git synced 2026-01-18 17:21:42 +01:00

FFmpeg binaries update for Windows.

This commit is contained in:
Alexander Smorkalov
2025-12-25 17:43:02 +03:00
parent cff7581175
commit 497e9037b4
2 changed files with 5 additions and 12 deletions

View File

@@ -1030,10 +1030,6 @@ inline static std::string videoio_ffmpeg_mismatch_name_printer(const testing::Te
INSTANTIATE_TEST_CASE_P(/**/, videoio_ffmpeg_channel_mismatch, testing::ValuesIn(mismatch_cases), videoio_ffmpeg_mismatch_name_printer);
// PR: https://github.com/opencv/opencv/pull/27523
// TODO: Enable the tests back on Windows after FFmpeg plugin rebuild
#ifndef _WIN32
// related issue: https://github.com/opencv/opencv/issues/23088
TEST(ffmpeg_cap_properties, set_pos_get_msec)
{
@@ -1111,7 +1107,4 @@ TEST(videoio_ffmpeg, seek_with_negative_dts)
}
}
#endif // WIN32
}} // namespace