0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/win-dshow
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
..
data/locale Update translations from Crowdin 2019-02-20 22:26:07 +01:00
libdshowcapture@cba07c6381 win-dshow: Improve automatic Elgato audio device selection 2017-11-29 04:04:53 -08:00
CMakeLists.txt win-dshow: Disable plugin and warn if submodule not found 2016-09-20 05:07:30 -07:00
dshow-plugin.cpp Plugins: Add descriptions to modules 2018-09-11 18:28:58 -07:00
encode-dstr.hpp win-dshow: Put device id mangling in separate file 2014-12-21 10:14:25 -08:00
ffmpeg-decode.c win-dshow: Fix decoding issues from encoded devices 2018-01-22 14:41:00 -08:00
ffmpeg-decode.h Fix a number of MSVC warnings 2017-12-05 13:53:44 -08:00
win-dshow-encoder.cpp (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
win-dshow.cpp win-dshow: Fix "Highest FPS" algorithm 2019-03-03 10:05:09 -08:00