[vlc-commits] Expose playlist_select
Jean-Baptiste Kempf
git at videolan.org
Tue Dec 18 17:26:58 CET 2012
npapi-vlc | branch: windowless | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 13 18:17:00 2012 +0100| [315125ff714a877110ba8100e6dc7f294ad695c9] | committer: Jean-Baptiste Kempf
Expose playlist_select
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=315125ff714a877110ba8100e6dc7f294ad695c9
---
npapi/vlcplugin_base.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/npapi/vlcplugin_base.h b/npapi/vlcplugin_base.h
index 5b44b3c..3976991 100644
--- a/npapi/vlcplugin_base.h
+++ b/npapi/vlcplugin_base.h
@@ -283,6 +283,7 @@ public:
{
return get_player().items_count();
}
+ bool playlist_select(int);
void control_handler(vlc_toolbar_clicked_t);
@@ -317,8 +318,6 @@ protected:
// called before libvlc_media_player_release
virtual void on_media_player_release() {};
- bool playlist_select(int);
-
/* VLC reference */
libvlc_instance_t *libvlc_instance;
NPClass *p_scriptClass;
More information about the vlc-commits
mailing list