From: jbrjake Date: Sun, 19 Aug 2007 04:25:48 +0000 (+0000) Subject: Small patch to keep mcdeint in mode 2 from crashing. Thanks, blindjimmy! X-Git-Tag: 0.9.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc7de71e4a72544d35853838b1737c564b51e934;p=handbrake Small patch to keep mcdeint in mode 2 from crashing. Thanks, blindjimmy! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@833 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/deinterlace.c b/libhb/deinterlace.c index 9d9337541..a6d3832d3 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;