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/common.h | |
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/common.h')
-rw-r--r-- | libhb/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 77898cef3..f7cc6dfef 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -877,6 +877,8 @@ typedef struct hb_filter_init_s int crop[4]; int vrate_base; int vrate; + int pfr_vrate_base; + int pfr_vrate; int cfr; } hb_filter_init_t; |