Skip to content

Commit

Permalink
Merge pull request opencv#22474 from alalek:fix_msvs_warning_ffmpeg_test
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Sep 5, 2022
2 parents 448e3a7 + 2ac62bc commit ce62fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/videoio/test/test_ffmpeg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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[] =
Expand Down

0 comments on commit ce62fc8

Please sign in to comment.