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-20 22:26:07 +01:00
2019-02-26 19:30:11 -06:00
2019-02-25 08:07:08 -08:00
2019-02-25 08:21:28 -08:00
2019-02-25 15:11:33 +01:00
2019-02-20 22:26:07 +01:00
2019-02-25 15:11:33 +01:00
2019-02-25 15:11:33 +01:00
2019-02-25 15:11:33 +01:00
2019-02-24 23:26:47 +01:00
2019-02-20 22:26:07 +01:00
2019-02-20 22:26:07 +01:00
2019-02-20 22:26:07 +01:00
2019-02-26 13:51:11 -08:00
2019-03-03 07:07:34 -08:00
2019-02-24 23:26:47 +01:00
2019-02-20 22:26:07 +01:00
2019-02-25 15:11:33 +01:00
2019-02-28 20:11:21 -06:00
2019-02-20 19:02:44 -06:00
2019-02-25 15:11:33 +01:00
2019-02-20 19:57:41 -08:00
2019-02-20 22:26:07 +01:00
2019-02-25 15:11:33 +01:00
2019-02-20 22:26:07 +01:00
2019-02-20 22:26:07 +01:00
2019-02-20 22:26:07 +01:00
2019-03-03 10:05:09 -08:00
2018-09-12 07:49:13 -07:00
2019-02-20 22:26:07 +01:00
2019-02-20 22:26:07 +01:00
2018-09-18 08:56:34 -07:00