From 06254850dc2c1ec43d57f4d8e2026fa67967d5b9 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Sat, 5 May 2012 18:22:37 +0000 Subject: libhb: Fix problem with positions of burned-in subs When cropping and/or scaling, the position of burned-in SSA subs was broken. Also, when scaling, the position of all other burned-in subs was broken. Part of this fix is to revert a bit of filter initialization changes that were made in this commit https://trac.handbrake.fr/changeset/4605 The other part of the fix is to add cropping parameters to the initialization of the subtitle rendering filter. This filter needs the *original* title dimensions and the crop values in order to compute the positions properly. The changes that I am reverting gave it the scaled job dimensions and the crop values. This was wrong in so many ways it's embarassing :p git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4642 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/deinterlace.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libhb/deinterlace.c') diff --git a/libhb/deinterlace.c b/libhb/deinterlace.c index 4911f4bbc..49681512c 100644 --- a/libhb/deinterlace.c +++ b/libhb/deinterlace.c @@ -84,7 +84,6 @@ hb_filter_object_t hb_filter_deinterlace = { .id = HB_FILTER_DEINTERLACE, .enforce_order = 1, - .init_index = 0, .name = "Deinterlace (ffmpeg or yadif/mcdeint)", .settings = NULL, .init = hb_deinterlace_init, -- cgit v1.2.3