mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
videoio(test): fix build warning
This commit is contained in:
parent
448e3a7e58
commit
2ac62bccec
@ -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…
Reference in New Issue
Block a user