diff options
author | sr55 <[email protected]> | 2019-04-16 20:25:02 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-04-16 20:25:02 +0100 |
commit | 8e52e9720f7c5d5b39897f43ae8c6bace5292c19 (patch) | |
tree | 6aeec8159adb26d188022a77813dabb1fa389299 /win/CS | |
parent | 4e373878edec6d1ec0b9f89ef30553c68cba093f (diff) |
WinGui: Fix previews after hb_image_s change. Fixes #2044
Diffstat (limited to 'win/CS')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/HbLib/hb_image_s.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/HbLib/hb_image_s.cs b/win/CS/HandBrake.Interop/Interop/HbLib/hb_image_s.cs index 4f1681662..ff2b8b633 100644 --- a/win/CS/HandBrake.Interop/Interop/HbLib/hb_image_s.cs +++ b/win/CS/HandBrake.Interop/Interop/HbLib/hb_image_s.cs @@ -20,6 +20,7 @@ namespace HandBrake.Interop.Interop.HbLib internal struct hb_image_s { public int format; + public int max_plane; public int width; public int height; public IntPtr data; |