[MPlayer-cvslog] CVS: main/libmpcodecs vf_scale.c,1.57,1.58
Oded Shimon
ods15 at ods15.dyndns.org
Sun Mar 6 22:34:15 CET 2005
On Sunday 06 March 2005 23:15, Nico Sabbi CVS wrote:
> + vf->priv->w = -(-vf->priv->w & ~8);
Why didn't you change this to
vf->priv->w += 8;
after all?
As far as I can tell, it's completely identical, and much more readable...
Also personally in the 'if', I would've done '<= -8' instead of the mess that
is over there.
Should I submit a cosmetics patch? :)
- ods15
More information about the MPlayer-cvslog
mailing list