summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa/window.m
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2017-01-18 17:22:32 +0100
committerAkemi <der.richter@gmx.de>2017-01-19 14:58:15 +0100
commit9490b628c57e109b8e504dafeb43f409885c0337 (patch)
tree5565a1a686d903e5672d4e744e5e4200837a8031 /video/out/cocoa/window.m
parentfe02e5023c4966a4d97a0999eca92c68be8aa15e (diff)
downloadmpv-9490b628c57e109b8e504dafeb43f409885c0337.tar.bz2
mpv-9490b628c57e109b8e504dafeb43f409885c0337.tar.xz
cocoa: don't init displaylink on reconfig
everytime we switched to a new video file a new displaylink was initialised and started, but the old one was not stopped and released beforehand. this lead to several displaylink callback calls per swap, depending on how many files were switched beforehand. moving the displaylink init call to the cocoa init functions will ever only init one displaylink. Fixes #4031
Diffstat (limited to 'video/out/cocoa/window.m')
0 files changed, 0 insertions, 0 deletions