[vlc-commits] core: fix vlc_es_id_IsStrIdStable not exposed

Thomas Guillem git at videolan.org
Thu Jun 11 14:45:39 CEST 2020


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jun  4 23:06:30 2020 +0200| [e6b0d55fc034d3f8babfb7574b7ec02edd40afcc] | committer: Thomas Guillem

core: fix vlc_es_id_IsStrIdStable not exposed

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6b0d55fc034d3f8babfb7574b7ec02edd40afcc
---

 src/libvlccore.sym | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libvlccore.sym b/src/libvlccore.sym
index 504801246b..88d558f39f 100644
--- a/src/libvlccore.sym
+++ b/src/libvlccore.sym
@@ -762,6 +762,7 @@ vlc_es_id_Release
 vlc_es_id_GetInputId
 vlc_es_id_GetCat
 vlc_es_id_GetStrId
+vlc_es_id_IsStrIdStable
 vlc_thumbnailer_Create
 vlc_thumbnailer_RequestByTime
 vlc_thumbnailer_RequestByPos



More information about the vlc-commits mailing list