[vlc-devel] [PATCH 3/3] lib: Add thumbnailing support
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Fri Oct 5 16:41:37 CEST 2018
On Fri, Oct 5, 2018, at 4:37 PM, Hugo Beauzée-Luyssen wrote:
> diff --git a/lib/libvlc.sym b/lib/libvlc.sym
> index 41c6dd63f5..ddd8cbda12 100644
> --- a/lib/libvlc.sym
> +++ b/lib/libvlc.sym
> @@ -82,6 +82,8 @@ libvlc_media_get_type
> libvlc_media_get_user_data
> libvlc_media_is_parsed
> libvlc_media_get_parsed_status
> +libvlc_media_thumbnail_request
> +libvlc_media_thumbnail_cancel
> libvlc_media_library_load
> libvlc_media_library_media_list
> libvlc_media_library_new
> @@ -262,6 +264,7 @@ libvlc_set_exit_handler
> libvlc_audio_filter_list_get
> libvlc_video_filter_list_get
> libvlc_module_description_list_release
> +libvlc_picture_retain
Woops, this should be in patch 1. Will fix
--
Hugo Beauzée-Luyssen
hugo at beauzee.fr
More information about the vlc-devel
mailing list