summaryrefslogtreecommitdiffstats
path: root/libhb/qsv_common.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-09-05 20:30:07 +0000
committerRodeo <[email protected]>2013-09-05 20:30:07 +0000
commitd8729498fb53e8fe761c1c47af2415ffd847bd3a (patch)
tree9ed13843033a3adcb36a792de3d01a074073c762 /libhb/qsv_common.h
parent7fad76dfdaa73ff0e178e00d34643370b88f5136 (diff)
QSV: add an option to control B-pyramid.
Since there is no way to control it directly, output settings need to be adjusted a bit. Disabled by default for improved compatibility. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5768 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/qsv_common.h')
-rw-r--r--libhb/qsv_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/qsv_common.h b/libhb/qsv_common.h
index 57b7c1685..418180432 100644
--- a/libhb/qsv_common.h
+++ b/libhb/qsv_common.h
@@ -89,6 +89,7 @@ typedef struct
mfxExtVideoSignalInfo videoSignalInfo;
struct
{
+ int b_pyramid;
int gop_pic_size;
int int_ref_cycle_size;
} gop;