comparison src/similar.h @ 442:4b2d7f9af171

Big whitespaces cleanup: - drop whitespaces at end of lines - convert eight spaces to tab at start of lines - drop spurious spaces mixed with tabs - remove empty lines at end of files
author zas_
date Sun, 20 Apr 2008 13:04:57 +0000
parents f6e307c7bad6
children ddabc4873a3f
comparison
equal deleted inserted replaced
441:08eb7137cd94 442:4b2d7f9af171
15 15
16 16
17 typedef struct _ImageSimilarityData ImageSimilarityData; 17 typedef struct _ImageSimilarityData ImageSimilarityData;
18 struct _ImageSimilarityData 18 struct _ImageSimilarityData
19 { 19 {
20 guint8 avg_r[1024]; 20 guint8 avg_r[1024];
21 guint8 avg_g[1024]; 21 guint8 avg_g[1024];
22 guint8 avg_b[1024]; 22 guint8 avg_b[1024];
23 23
24 gint filled; 24 gint filled;
25 }; 25 };
26 26
27 27
28 ImageSimilarityData *image_sim_new(void); 28 ImageSimilarityData *image_sim_new(void);
29 void image_sim_free(ImageSimilarityData *sd); 29 void image_sim_free(ImageSimilarityData *sd);