diff options
author | Rodeo <[email protected]> | 2013-12-05 13:52:54 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-12-05 13:52:54 +0000 |
commit | fa4abd915a82e1c301911b30aa9919d43eec9c2c (patch) | |
tree | f3ec29d0b042427c6deb70add68a24a6ae4c04e5 /libhb/qsv_common.h | |
parent | 037efe2d010f7983cb83879850e276af38d57a80 (diff) |
QSV: update libhb presets to match a more recent recommendation.
Based on a patch by Maxym Dmytrychenko.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5913 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/qsv_common.h')
-rw-r--r-- | libhb/qsv_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/qsv_common.h b/libhb/qsv_common.h index 31e1bb36b..8a3b8c79b 100644 --- a/libhb/qsv_common.h +++ b/libhb/qsv_common.h @@ -94,6 +94,7 @@ typedef struct { int b_pyramid; int gop_pic_size; + int gop_ref_dist; int int_ref_cycle_size; } gop; struct |