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

Uoti Urpala uoti.urpala at pp1.inet.fi
Fri Nov 6 20:27:20 CET 2009


On Fri, 2009-11-06 at 17:06 +0100, reimar wrote:
> Log:
> Simplify: use &= instead of a = b & a;

> -  mask=initialized_flags&mask;
> +  mask &= initialized_flags;

Stuff like this would be better combined into one commit together with
other trivial changes. It's very unlikely that anyone would be
interested in this change in particular, would want to isolate its
effects from the other simple changes, or would need a separate
explanation for it (though a commit message for a single "trivial
cleanups" commit could have a list of separate entries where useful).



More information about the MPlayer-cvslog mailing list