diff libmpcodecs/pullup.h @ 11626:168e540bad66

allow for different combing metrics to be selected (not useful yet)
author rfelker
date Thu, 11 Dec 2003 05:06:17 +0000
parents ec3dac7d17a0
children 6fc547235443
line wrap: on
line diff
--- a/libmpcodecs/pullup.h	Thu Dec 11 05:03:52 2003 +0000
+++ b/libmpcodecs/pullup.h	Thu Dec 11 05:06:17 2003 +0000
@@ -26,7 +26,7 @@
 	int breaks;
 	int affinity;
 	int *diffs;
-	int *licomb;
+	int *comb;
 	struct pullup_field *prev, *next;
 };
 
@@ -54,7 +54,7 @@
 	struct pullup_buffer *buffers;
 	int nbuffers;
 	int (*diff)(unsigned char *, unsigned char *, int);
-	int (*licomb)(unsigned char *, unsigned char *, int);
+	int (*comb)(unsigned char *, unsigned char *, int);
 	int metric_w, metric_h, metric_len, metric_offset;
 	struct pullup_frame *frame;
 };