summaryrefslogtreecommitdiffstats
path: root/libhb/deinterlace.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/deinterlace.c')
-rw-r--r--libhb/deinterlace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/deinterlace.c b/libhb/deinterlace.c
index 78856dd13..3080caead 100644
--- a/libhb/deinterlace.c
+++ b/libhb/deinterlace.c
@@ -653,7 +653,7 @@ hb_filter_private_t * hb_deinterlace_init( int pix_fmt,
avctx_enc->flags |= CODEC_FLAG_QPEL;
}
- hb_avcodec_open(avctx_enc, enc);
+ hb_avcodec_open(avctx_enc, enc, 0);
}
pv->mcdeint_frame = avcodec_alloc_frame();