From 9442ab876750457d46a9f2718c1965b7a352b5df Mon Sep 17 00:00:00 2001 From: jbrjake Date: Sun, 19 Aug 2007 04:25:48 +0000 Subject: [PATCH] Small patch to keep mcdeint in mode 2 from crashing. Thanks, blindjimmy! git-svn-id: svn://localhost/HandBrake/trunk@833 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/deinterlace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhb/deinterlace.c b/libhb/deinterlace.c index 9d933754..a6d3832d 100644 --- a/libhb/deinterlace.c +++ b/libhb/deinterlace.c @@ -425,7 +425,7 @@ hb_filter_private_t * hb_deinterlace_init( int pix_fmt, case 3: avctx_enc->refs = 3; case 2: - avctx_enc->me_method = ME_ITER; + avctx_enc->me_method = ME_UMH; case 1: avctx_enc->flags |= CODEC_FLAG_4MV; avctx_enc->dia_size =2; -- 2.11.0