summaryrefslogtreecommitdiffstats
path: root/libhb/scan.c
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/scan.c
parent68799d8e3d4858f3cfe8a3c4227a7823dbafa39c (diff)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/scan.c')
-rw-r--r--libhb/scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/scan.c b/libhb/scan.c
index 1fe3353ed..674a1e35f 100644
--- a/libhb/scan.c
+++ b/libhb/scan.c
@@ -432,7 +432,7 @@ static int DecodePreviews( hb_scan_t * data, hb_title_t * title )
buf_raw = hb_list_item( list_raw, 0 );
/* Check preview for interlacing artifacts */
- if( hb_detect_comb( buf_raw, title->width, title->height, 10, 30, 9 ) )
+ if( hb_detect_comb( buf_raw, title->width, title->height, 10, 30, 9, 10, 30, 9 ) )
{
hb_log("Interlacing detected in preview frame %i", i);
interlaced_preview_count++;