Merge pull request #22474 from alalek:fix_msvs_warning_ffmpeg_test

pull/22479/head
Alexander Alekhin 2 years ago
commit ce62fc8371
  1. 2
      modules/videoio/test/test_ffmpeg.cpp

@ -417,7 +417,7 @@ TEST_P(ffmpeg_get_fourcc, check_short_codecs)
if(!fourcc && fileName == "../cv/tracking/faceocc2/data/faceocc2.webm")
throw SkipTestException("Feature not yet supported by Windows FFmpeg shared library!");
#endif
ASSERT_EQ(fourccToString(fourcc), fourcc_string);
ASSERT_EQ(fourcc_string, fourccToString((int)fourcc));
}
const ffmpeg_get_fourcc_param_t ffmpeg_get_fourcc_param[] =

Loading…
Cancel
Save