[MPlayer-cvslog] CVS: main/postproc rgb2rgb.c,1.66,1.67
Oded Shimon
ods15 at ods15.dyndns.org
Sat Feb 11 14:49:00 CET 2006
On Sat, Feb 11, 2006 at 02:42:56PM +0100, Diego Biurrun CVS wrote:
> CVS change done by Diego Biurrun CVS
>
> Update of /cvsroot/mplayer/main/postproc
> In directory mail:/var2/tmp/cvs-serv11411/postproc
>
> Modified Files:
> rgb2rgb.c
> Log Message:
> cosmetics: indentation fixes
>
>
> Index: rgb2rgb.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/postproc/rgb2rgb.c,v
> retrieving revision 1.66
> retrieving revision 1.67
> diff -u -r1.66 -r1.67
> --- rgb2rgb.c 11 Feb 2006 13:35:46 -0000 1.66
> +++ rgb2rgb.c 11 Feb 2006 13:42:54 -0000 1.67
> @@ -334,15 +334,15 @@
> for(i=0; i<num_pixels; i++)
> {
> #ifdef WORDS_BIGENDIAN
Hmm, I don't like whitespace before '#' in preprocessor.. you can get same
effect by doing '# ifdef'. Some compilers don't even accept
whitespace before '#', but I'm not sure if such compilers exist anymore...
- ods15
More information about the MPlayer-cvslog
mailing list