diff --git a/mplayer.c b/mplayer.c index 706d21cede..1690f75ddb 100644 --- a/mplayer.c +++ b/mplayer.c @@ -2060,7 +2060,7 @@ int reinit_video_chain(struct MPContext *mpctx) sh_video_t * const sh_video = mpctx->sh_video; double ar=-1.0; //================== Init VIDEO (codec & libvo) ========================== - if(opts->fixed_vo || !(mpctx->initialized_flags&INITIALIZED_VO)){ + if (!opts->fixed_vo || !(mpctx->initialized_flags & INITIALIZED_VO)) { current_module="preinit_libvo"; //shouldn't we set dvideo->id=-2 when we fail?