Commit 919eb81b authored by Adrien Maglo's avatar Adrien Maglo Committed by Laurent Aimar

Add a function to display EPG event information for the current program of an input_item_t.

Signed-off-by: default avatarLaurent Aimar <fenrir@videolan.org>
parent 82954f97
...@@ -635,6 +635,8 @@ VLC_EXPORT( int, vout_ShowTextRelative, ( vout_thread_t *, int, char *, const te ...@@ -635,6 +635,8 @@ VLC_EXPORT( int, vout_ShowTextRelative, ( vout_thread_t *, int, char *, const te
VLC_EXPORT( int, vout_ShowTextAbsolute, ( vout_thread_t *, int, const char *, const text_style_t *, int, int, int, mtime_t, mtime_t ) ); VLC_EXPORT( int, vout_ShowTextAbsolute, ( vout_thread_t *, int, const char *, const text_style_t *, int, int, int, mtime_t, mtime_t ) );
VLC_EXPORT( int, vout_OSDEpg, ( vout_thread_t *, input_item_t * ) );
/** /**
* Write an informative message at the default location, * Write an informative message at the default location,
* for the default duration and only if the OSD option is enabled. * for the default duration and only if the OSD option is enabled.
......
...@@ -379,6 +379,7 @@ SOURCES_libvlc_common = \ ...@@ -379,6 +379,7 @@ SOURCES_libvlc_common = \
video_output/vout_pictures.c \ video_output/vout_pictures.c \
video_output/vout_pictures.h \ video_output/vout_pictures.h \
video_output/video_text.c \ video_output/video_text.c \
video_output/video_epg.c \
video_output/video_widgets.c \ video_output/video_widgets.c \
video_output/vout_subpictures.c \ video_output/vout_subpictures.c \
video_output/window.c \ video_output/window.c \
......
...@@ -606,6 +606,7 @@ vout_GetSpu ...@@ -606,6 +606,7 @@ vout_GetSpu
vout_LinkPicture vout_LinkPicture
vout_OSDIcon vout_OSDIcon
__vout_OSDMessage __vout_OSDMessage
vout_OSDEpg
vout_OSDSlider vout_OSDSlider
vout_PlacePicture vout_PlacePicture
__vout_Request __vout_Request
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment