summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-03-31 18:39:03 +0000
committersr55 <[email protected]>2012-03-31 18:39:03 +0000
commit837046df088587599534fe6450e9403fcb3dd67a (patch)
treebbade9106b6dd263e73cc272ff14316e3182145e /win/CS/HandBrake.Interop
parentcb636fdc6858c09affb9ced024ef2859e9f13035 (diff)
Interop: Update hb_job_s and hb_title_s with latest API changes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4572 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs4
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_title_s.cs4
2 files changed, 8 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 aa3535a1f..ab333ce50 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs
@@ -90,6 +90,8 @@ namespace HandBrake.Interop.HbLib
/// int
public int pass;
+ public int fastfirstpass;
+
public IntPtr advanced_opts;
public IntPtr x264_profile;
@@ -98,6 +100,8 @@ namespace HandBrake.Interop.HbLib
public IntPtr x264_tune;
+ public IntPtr h264_level;
+
/// int
public int areBframes;
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_title_s.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_title_s.cs
index bc4e2a7ff..a67a9e3b1 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_title_s.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_title_s.cs
@@ -92,6 +92,10 @@ namespace HandBrake.Interop.HbLib
/// int
public int pixel_aspect_height;
+ public int color_prim;
+ public int color_transfer;
+ public int color_matrix;
+
/// int
public int rate;