diff options
author | Rodeo <[email protected]> | 2012-10-27 17:42:00 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-10-27 17:42:00 +0000 |
commit | 5ed346b8eba0333f83ade4cea37378e09f5d0eb2 (patch) | |
tree | 7fd4a8d16b3f6efd0fbd449695fe5bf000b5d6e4 /libhb/vfr.c | |
parent | 45c9f86e13ccfec6d697fefe18b99c6ad93dae83 (diff) |
Fix initialization of hb_job_t.pfr_vrate(_base).
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5037 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/vfr.c')
-rw-r--r-- | libhb/vfr.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |