[MPlayer-cvslog] r34158 - trunk/gui/interface.c
ib
subversion at mplayerhq.hu
Thu Sep 29 16:02:32 CEST 2011
Author: ib
Date: Thu Sep 29 16:02:32 2011
New Revision: 34158
Log:
Revise part of the comment on guiPlaylistInitialize().
Add additional information.
Modified:
trunk/gui/interface.c
Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c Thu Sep 29 15:58:57 2011 (r34157)
+++ trunk/gui/interface.c Thu Sep 29 16:02:32 2011 (r34158)
@@ -876,7 +876,8 @@ int guiPlaylistInitialize(play_tree_t *m
// This function imports and inserts an playtree, that is created "on the fly",
// for example by parsing some MOV-Reference-File; or by loading an playlist
-// with "File Open".
+// with "File Open". (The latter, actually, isn't allowed in MPlayer and thus
+// not working which is why this function won't get called for that reason.)
// The file which contained the playlist is thereby replaced with it's contents.
int guiPlaylistAdd(play_tree_t *my_playtree, m_config_t *config)
{
More information about the MPlayer-cvslog
mailing list