diff options
author | jbrjake <[email protected]> | 2008-05-29 17:23:39 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-05-29 17:23:39 +0000 |
commit | f01949e37793557dfffe3d220f8c684a34a019a7 (patch) | |
tree | 124f1e6aca271b4f2b289f0d05c969d3f77a5f8d /libhb/hb.h | |
parent | 68799d8e3d4858f3cfe8a3c4227a7823dbafa39c (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.h | 2 |
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 * ); |