Skip to content

Commit

Permalink
Apply new code standard ( chuck 2 )
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelCarpintero authored and AngelCarpintero committed Jul 16, 2008
1 parent 623085d commit c2044fb
Show file tree
Hide file tree
Showing 23 changed files with 18,444 additions and 18,184 deletions.
2,298 changes: 1,170 additions & 1,128 deletions alg.c

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions alg.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* alg.h
/* alg.h
*
* Detect changes in a video stream.
* Copyright 2001 by Jeroen Vreeken ([email protected])
* This software is distributed under the GNU public license version 2
* See also the file 'COPYING'.
* Detect changes in a video stream.
* Copyright 2001 by Jeroen Vreeken ([email protected])
* This software is distributed under the GNU public license version 2
* See also the file 'COPYING'.
*
*/

Expand All @@ -13,22 +13,22 @@
#include "motion.h"

struct coord {
int x;
int y;
int width;
int height;
int minx;
int maxx;
int miny;
int maxy;
int x;
int y;
int width;
int height;
int minx;
int maxx;
int miny;
int maxy;
};

struct segment {
struct coord coord;
int width;
int height;
int open;
int count;
struct coord coord;
int width;
int height;
int open;
int count;
};

void alg_locate_center_size(struct images *, int width, int height, struct coord *);
Expand Down
Loading

0 comments on commit c2044fb

Please sign in to comment.