[FFmpeg-cvslog] r21071 - trunk/libavformat/rtsp.c
Reimar Döffinger
Reimar.Doeffinger
Fri Jan 8 07:17:57 CET 2010
On Thu, Jan 07, 2010 at 11:41:14PM +0100, rbultje wrote:
> Author: rbultje
> Date: Thu Jan 7 23:41:14 2010
> New Revision: 21071
>
> Log:
> Reformat.
Besides what Diego said (which makes it a bit harder to review in case
anyone cares, and _might_ make merging in particular via git a bit harder
(not sure about that)
> - c_name = (char *)NULL;
> + c_name = (char *) NULL;
I don't think FFmpeg uses spaces after casts normally.
And I think that's a good reason, because
> (type) a + b;
is slightly more likely to give the wrong impression
of "type" applying to the sum than
> (type)a + b;
More information about the ffmpeg-cvslog
mailing list