Mercurial > mplayer.hg
changeset 34070:2a95a82ea083
Revise part of the comment on guiPlaylistInitialize().
Add additional information.
author | ib |
---|---|
date | Thu, 29 Sep 2011 14:02:32 +0000 |
parents | 5c505f79932d |
children | 5ff8cf4f0ad4 |
files | gui/interface.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Thu Sep 29 13:58:57 2011 +0000 +++ b/gui/interface.c Thu Sep 29 14:02:32 2011 +0000 @@ -876,7 +876,8 @@ // 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) {