[FFmpeg-cvslog] r20381 - in trunk/libavcodec: pnm.c pnm_parser.c pnmenc.c
Michael Niedermayer
michaelni
Tue Oct 27 18:58:18 CET 2009
On Tue, Oct 27, 2009 at 05:57:35PM +0100, diego wrote:
> Author: diego
> Date: Tue Oct 27 17:57:35 2009
> New Revision: 20381
>
> Log:
> whitespace cosmetics: K&R coding style, prettyprinting
[...]
> - unsigned int j, f = (255*128 + s->maxval/2) / s->maxval;
> - for (j=0; j<n; j++)
> + unsigned int j, f = (255 * 128 + s->maxval / 2) / s->maxval;
> + for (j = 0; j < n; j++)
i think this one and similar where more readabe before
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The bravest are surely those who have the clearest vision
of what is before them, glory and danger alike, and yet
notwithstanding go out to meet it. -- Thucydides
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20091027/beea431c/attachment.pgp>
More information about the ffmpeg-cvslog
mailing list