Files
obs-studio/plugins
James Park b3c2e74d0f win-dshow: Fix "Highest FPS" algorithm
MatcherClosestFrameRateSelector updates best_match as a side effect of
visiting every VideoInfo instance, but CapsMatch uses std::any_of,
which will stop iterating prematurely on first match. This means that
the highest FPS is not selected.

This change switches to a for loop that doesn't exit early.
2019-03-03 10:05:09 -08:00
..
2019-02-26 19:30:11 -06:00
2019-02-25 08:07:08 -08:00
2019-03-03 07:07:34 -08:00
2019-02-20 19:02:44 -06:00
2019-02-20 22:26:07 +01:00
2019-02-20 22:26:07 +01:00