summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/pullup.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/pullup.h')
-rw-r--r--libmpcodecs/pullup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/pullup.h b/libmpcodecs/pullup.h
index a61bd76bef..e88276e19c 100644
--- a/libmpcodecs/pullup.h
+++ b/libmpcodecs/pullup.h
@@ -26,7 +26,7 @@ struct pullup_field
int breaks;
int affinity;
int *diffs;
- int *licomb;
+ int *comb;
struct pullup_field *prev, *next;
};
@@ -54,7 +54,7 @@ struct pullup_context
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;
};