[vlc-commits] macosx vout: replace custom picture placement code by placePicture call, and other simplifications
David Fuhrmann
git at videolan.org
Sun Apr 15 22:19:56 CEST 2012
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sun Apr 15 11:23:29 2012 +0200| [c47f7383726d5cdd14263257b7188db1a73136cf] | committer: David Fuhrmann
macosx vout: replace custom picture placement code by placePicture call, and other simplifications
Now, the vout should have the same functionality as all the other. At least in
fullscreen, zoom should work now like in other vouts.
Furthermore, this commit tells the core our current size on every resize,
so we get a sharp osd screen every time. For zoom / ar / crop / size handling,
the code was simplified in order to remove duplicated lines and to make the
code more readable.
Should also close #307.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c47f7383726d5cdd14263257b7188db1a73136cf
---
modules/video_output/macosx.m | 149 +++++++++++++++--------------------------
1 files changed, 55 insertions(+), 94 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=c47f7383726d5cdd14263257b7188db1a73136cf
More information about the vlc-commits
mailing list