[vlc-devel] vlc: svn commit r7991 (yoann)
Subversion daemon
svn at videolan.org
Thu Jun 17 05:37:03 CEST 2004
r7991 | yoann | 2004-06-17 05:37:03 +0200 (Thu, 17 Jun 2004) | 8 lines
Changed paths:
M /trunk/doc/developer/video_output.xml
M /trunk/include/osd.h
M /trunk/include/video_output.h
M /trunk/include/vlc_video.h
M /trunk/modules/codec/cmml/intf.c
M /trunk/modules/codec/dvbsub.c
M /trunk/modules/codec/ogt/cvd.c
M /trunk/modules/codec/ogt/cvd_parse.c
M /trunk/modules/codec/ogt/ogt.c
M /trunk/modules/codec/ogt/ogt_parse.c
M /trunk/modules/codec/ogt/subtitle.h
M /trunk/modules/codec/spudec/parse.c
M /trunk/modules/codec/spudec/spudec.c
M /trunk/modules/codec/spudec/spudec.h
M /trunk/modules/codec/subsdec.c
M /trunk/modules/control/corba/mediacontrol-core.c
M /trunk/modules/control/hotkeys.c
M /trunk/modules/control/lirc.c
M /trunk/modules/gui/macosx/controls.m
M /trunk/modules/gui/macosx/playlist.m
M /trunk/modules/misc/freetype.c
M /trunk/src/video_output/video_output.c
M /trunk/src/video_output/video_widgets.c
M /trunk/src/video_output/vout_subpictures.c
* src/video_output/vout_subpictures.c : New OSD channels
When you want to use OSD, you have to register an OSD channel, by calling
vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture.
There is a particular channel, DEFAULT_CHANNEL that can be used for
general purpose.
See modules/control/hotkeys.c for an example.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list