[MPlayer-cvslog] r34144 - trunk/mplayer.c
ib
subversion at mplayerhq.hu
Wed Sep 28 15:53:15 CEST 2011
Author: ib
Date: Wed Sep 28 15:53:15 2011
New Revision: 34144
Log:
Correct comment on playtree and playtree_iter in connection with the GUI.
Only playtree_iter is freed, playtree remains unchanged - but won't be used.
The GUI provides MPlayer with the respective (next) filename to play.
Modified:
trunk/mplayer.c
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c Wed Sep 28 11:59:02 2011 (r34143)
+++ trunk/mplayer.c Wed Sep 28 15:53:15 2011 (r34144)
@@ -2801,7 +2801,7 @@ int main(int argc, char *argv[])
#endif
if (use_gui && mpctx->playtree_iter) {
char cwd[PATH_MAX + 2];
- // Free Playtree and Playtree-Iter as it's not used by the GUI.
+ // Free playtree_iter as it's not used in connection with the GUI.
play_tree_iter_free(mpctx->playtree_iter);
mpctx->playtree_iter = NULL;
More information about the MPlayer-cvslog
mailing list