[MPlayer-cvslog] r33977 - trunk/mplayer.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Aug 18 21:16:30 CEST 2011


On Fri, Aug 12, 2011 at 12:23:25PM +0200, ib wrote:
> Author: ib
> Date: Fri Aug 12 12:23:25 2011
> New Revision: 33977
> 
> Log:
> Remove pointless condition.
> 
> The GUI doesn't use playtree and thus mpctx->playtree_iter is always NULL.
> 
> Modified:
>    trunk/mplayer.c
> 
> Modified: trunk/mplayer.c
> ==============================================================================
> --- trunk/mplayer.c	Fri Aug 12 11:41:08 2011	(r33976)
> +++ trunk/mplayer.c	Fri Aug 12 12:23:25 2011	(r33977)
> @@ -4075,7 +4075,7 @@ goto_next_file:  // don't jump here afte
>      }
>  
>  #ifdef CONFIG_GUI
> -    if (use_gui && !mpctx->playtree_iter) {
> +    if (use_gui) {

Forgot to ask: have you tried starting gmplayer with files
specified on the command-line?
Maybe it was changed but I think at some point that ended up
using the normal playtree stuff.


More information about the MPlayer-cvslog mailing list