Mercurial > mplayer.hg
comparison gui/interface.c @ 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 | ac52c68c17f5 |
comparison
equal
deleted
inserted
replaced
34069:5c505f79932d | 34070:2a95a82ea083 |
---|---|
874 return result; | 874 return result; |
875 } | 875 } |
876 | 876 |
877 // This function imports and inserts an playtree, that is created "on the fly", | 877 // This function imports and inserts an playtree, that is created "on the fly", |
878 // for example by parsing some MOV-Reference-File; or by loading an playlist | 878 // for example by parsing some MOV-Reference-File; or by loading an playlist |
879 // with "File Open". | 879 // with "File Open". (The latter, actually, isn't allowed in MPlayer and thus |
880 // not working which is why this function won't get called for that reason.) | |
880 // The file which contained the playlist is thereby replaced with it's contents. | 881 // The file which contained the playlist is thereby replaced with it's contents. |
881 int guiPlaylistAdd(play_tree_t *my_playtree, m_config_t *config) | 882 int guiPlaylistAdd(play_tree_t *my_playtree, m_config_t *config) |
882 { | 883 { |
883 play_tree_iter_t *my_pt_iter = NULL; | 884 play_tree_iter_t *my_pt_iter = NULL; |
884 int result = 0; | 885 int result = 0; |