[vlc-commits] commit: Used a vout object for vout_OSDMessage/OSDSlider/OSDIcon. ( Laurent Aimar )

git at videolan.org git at videolan.org
Mon May 10 19:55:09 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed May  5 22:03:43 2010 +0200| [eb95c577ffd968065e6852f9942a2a6f99c283a8] | committer: Laurent Aimar 

Used a vout object for vout_OSDMessage/OSDSlider/OSDIcon.

It reduces the number of executed vlc_object_find.
Some macosx calls have been commented out.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb95c577ffd968065e6852f9942a2a6f99c283a8
---

 include/vlc_vout_osd.h                   |    9 +--
 modules/codec/zvbi.c                     |   12 ++-
 modules/control/hotkeys.c                |  142 +++++++++++++++---------------
 modules/gui/macosx/controls.m            |   18 ++--
 modules/gui/skins2/commands/cmd_quit.cpp |   11 ++-
 modules/misc/lua/libs/osd.c              |   24 +++++-
 src/video_output/video_output.c          |   10 +--
 src/video_output/video_text.c            |   70 ++++-----------
 src/video_output/video_widgets.c         |   53 +++++-------
 src/video_output/vout_internal.h         |    4 +-
 src/video_output/vout_intf.c             |    2 +-
 11 files changed, 168 insertions(+), 187 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=eb95c577ffd968065e6852f9942a2a6f99c283a8


More information about the vlc-commits mailing list