Skip to content

macosx: Refactor setupVoutForWindow to improve readability

Claudio Cambra requested to merge claucambra/vlc:work/refactor-vlcvideo into master

When reading this rather large method method it is not entirely clear at a glance what is going on. By splitting up each of its tasks into smaller methods it becomes much more easy to understand what is being done, which should help make this code more maintainable.

Signed-off-by: Claudio Cambra developer@claudiocambra.com

Edited by Claudio Cambra

Merge request reports