diff options
author | jstebbins <[email protected]> | 2011-04-21 16:00:32 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-04-21 16:00:32 +0000 |
commit | 07a9c6ff95b945306db94cd218a5a79e633d64dd (patch) | |
tree | 411d1e4bf0ea4d0fb0ca4085314bd3e9b79e2b1f /libhb | |
parent | 167db7faade45f00b16843bd5469fdbb7e5a53ca (diff) |
remove unused vfr member of hb_job_t
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3947 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h index 1125ec5d3..d05d26157 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -239,7 +239,6 @@ struct hb_job_s int pfr_vrate_base; int vrate; int vrate_base; - int vfr; int cfr; int pass; char *advanced_opts; |