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 /libhb | |
parent | 4e373878edec6d1ec0b9f89ef30553c68cba093f (diff) |
WinGui: Fix previews after hb_image_s change. Fixes #2044
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 92a991e91..14a16f620 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -270,6 +270,7 @@ struct hb_geometry_settings_s hb_geometry_t geometry; }; +// Update win/CS/HandBrake.Interop/Interop/HbLib/hb_image_s.cs when changing this struct struct hb_image_s { int format; |