* 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.
Showing
This diff is collapsed.
Please register or sign in to comment