From 7be1890d2c89b31e4ef93bd92a8bb07040f082bd Mon Sep 17 00:00:00 2001 From: Rodeo Date: Tue, 24 Sep 2013 13:22:19 +0000 Subject: 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 --- win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win/CS') 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; -- cgit v1.2.3