summaryrefslogtreecommitdiffstats
path: root/libhb/nlmeans.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/nlmeans.h')
-rw-r--r--libhb/nlmeans.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/nlmeans.h b/libhb/nlmeans.h
index 2af72059f..9f6e90845 100644
--- a/libhb/nlmeans.h
+++ b/libhb/nlmeans.h
@@ -14,12 +14,12 @@ typedef struct
int integral_stride,
const uint8_t *src,
const uint8_t *src_pre,
- int src_w,
const uint8_t *compare,
const uint8_t *compare_pre,
- int compare_w,
int w,
- int h,
+ int border,
+ int dst_w,
+ int dst_h,
int dx,
int dy);
} NLMeansFunctions;