diff options
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; |