[vlc-commits] macosx: move video filter control code to the global libvlccore control object since it does not belong in a window controller
Felix Paul Kühne
git at videolan.org
Tue Aug 5 19:02:09 CEST 2014
vlc/vlc-2.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jun 16 12:39:45 2014 +0200| [a380220ee1e7af722f2011038161b65877f420a8] | committer: David Fuhrmann
macosx: move video filter control code to the global libvlccore control object since it does not belong in a window controller
(cherry picked from commit c16ab7a4f6880bf54acbe47e24610f84064a732d)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=a380220ee1e7af722f2011038161b65877f420a8
---
modules/gui/macosx/CoreInteraction.h | 8 +-
modules/gui/macosx/CoreInteraction.m | 265 ++++++++++++++++++++-
modules/gui/macosx/VideoEffects.h | 5 -
modules/gui/macosx/VideoEffects.m | 421 ++++++++--------------------------
4 files changed, 359 insertions(+), 340 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commitdiff;h=a380220ee1e7af722f2011038161b65877f420a8
More information about the vlc-commits
mailing list