From 5ed346b8eba0333f83ade4cea37378e09f5d0eb2 Mon Sep 17 00:00:00 2001 From: Rodeo Date: Sat, 27 Oct 2012 17:42:00 +0000 Subject: Fix initialization of hb_job_t.pfr_vrate(_base). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5037 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/vfr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libhb/vfr.c') diff --git a/libhb/vfr.c b/libhb/vfr.c index 8e50d5b89..b52d06a0c 100644 --- a/libhb/vfr.c +++ b/libhb/vfr.c @@ -355,6 +355,8 @@ static int hb_vfr_init( hb_filter_object_t * filter, init->vrate = pv->vrate; init->vrate_base = pv->vrate_base; } + init->pfr_vrate = pv->vrate; + init->pfr_vrate_base = pv->vrate_base; } else { -- cgit v1.2.3