1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-20 14:56:55 +00:00
mpv/video/out/cocoa-cb
Akemi 8bfeecbc6f cocoa-cb: change handling of window aspect ratio changes
i tried being smart and handle aspect ratio differences manually via
atomic drawing and resizing to aspect fitted frames. there were a few
issues with that. like unexpected visibility of certain System GUI
elements on entering fullscreen or visually dropped frames due to the
atomic drawing. now we rely on system mechanics to keep the proper
aspect ratio of our layer, the recommended way. as a side effect it also
fixes a segfault.

Fixes #5581
2018-03-04 19:08:45 -08:00
..
events_view.swift cocoa-cb: use new libmpv API instead of opengl-cb 2018-03-04 16:26:35 -08:00
video_layer.swift cocoa-cb: change handling of window aspect ratio changes 2018-03-04 19:08:45 -08:00
window.swift cocoa-cb: change handling of window aspect ratio changes 2018-03-04 19:08:45 -08:00