Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
YangLei
libvlcpp
Commits
f2049626
Commit
f2049626
authored
Oct 24, 2019
by
Hugo Beauzée-Luyssen
Browse files
Media: Expose libvlc_media_thumbnail_destroy
parent
56e739fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlcpp/Media.hpp
View file @
f2049626
...
...
@@ -783,6 +783,11 @@ public:
libvlc_media_thumbnail_cancel
(
request
);
}
void
thumbnailDestroy
(
ThumbnailRequest
*
request
)
{
libvlc_media_thumbnail_destroy
(
request
);
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment