summaryrefslogtreecommitdiffstats
path: root/win/CS
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-09-24 13:22:19 +0000
committerRodeo <[email protected]>2013-09-24 13:22:19 +0000
commit7be1890d2c89b31e4ef93bd92a8bb07040f082bd (patch)
tree5565c397317725df8f4c38f5c20128eaed87a8eb /win/CS
parenta79d60b425e588a5e2e4aff35815b8396c909895 (diff)
QSV: libhb-based preset system.
Modeled after x264's preset system. MMBRC and LookAhead RC are now enabled by default, whereas Trellis is disabled by default. Please note that Windows GUI support will come later, and that preset names are not definitive. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5806 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs
index 6d990dc67..7d0a76c68 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs
@@ -217,6 +217,9 @@ namespace HandBrake.Interop.HbLib
public int async_depth;
+ /// const char*
+ public IntPtr preset;
+
/// av_qsv_context*
public IntPtr ctx;