summaryrefslogtreecommitdiffstats
path: root/libhb/hb.h
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-05-29 17:23:39 +0000
committerjbrjake <[email protected]>2008-05-29 17:23:39 +0000
commitf01949e37793557dfffe3d220f8c684a34a019a7 (patch)
tree124f1e6aca271b4f2b289f0d05c969d3f77a5f8d /libhb/hb.h
parent68799d8e3d4858f3cfe8a3c4227a7823dbafa39c (diff)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.h')
-rw-r--r--libhb/hb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb.h b/libhb/hb.h
index 6dfbf7be8..9ca330612 100644
--- a/libhb/hb.h
+++ b/libhb/hb.h
@@ -79,7 +79,7 @@ hb_list_t * hb_get_titles( hb_handle_t * );
/* hb_detect_comb()
Analyze a frame for interlacing artifacts, returns true if they're found.
Taken from Thomas Oestreich's 32detect filter in the Transcode project. */
-int hb_detect_comb( hb_buffer_t * buf, int width, int height, int color_equal, int color_diff, int threshold );
+int hb_detect_comb( hb_buffer_t * buf, int width, int height, int color_equal, int color_diff, int threshold, int prog_equal, int prog_diff, int prog_threshold );
void hb_get_preview( hb_handle_t *, hb_title_t *, int,
uint8_t * );