diff options
author | Akemi <der.richter@gmx.de> | 2016-06-17 04:02:51 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-06-18 19:15:36 +0200 |
commit | 47d9fbd13345e50468f0fc2bd574cbc60c89fc87 (patch) | |
tree | 62a8e22d83593080f6cf1d674c3c37dde8e49071 /sub/sd_lavc.c | |
parent | fb7c5804bbb6046472406f3fa8426784cbda4408 (diff) |
cocoa: fix display refresh rate retrieval on multi monitor setups
1. this basically reverts commit de4c74e5a4a996e8ff431c8f33a32c4b580be203.
even with CVDisplayLinkCreateWithActiveCGDisplays and
CVDisplayLinkSetCurrentCGDisplayFromOpenGLContext we still have to
explicitly set the current display ID, otherwise it will just always
choose the display with the lowest refresh rate. another weird thing is,
we still have to set the display ID another time with
CVDisplayLinkSetCurrentCGDisplay after the link was started. otherwise
the display period is 0 and the fallback will be used.
if we ever use the callback method for something useful it's probably
better to use CVDisplayLinkCreateWithActiveCGDisplays since we will need
to keep the display link around instead of releasing it at the end.
in that case we have to call CVDisplayLinkSetCurrentCGDisplay two times,
once before and once after LinkStart.
2. add windowDidChangeScreen delegate to update the display refresh rate
when mpv is moved to a different screen.
Diffstat (limited to 'sub/sd_lavc.c')
0 files changed, 0 insertions, 0 deletions