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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user