diff options
author | sr55 <[email protected]> | 2015-04-01 20:08:46 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-04-01 20:08:46 +0000 |
commit | 459e06e2e6099a882d0eff225fd36ddce02aab70 (patch) | |
tree | 3dc4e3e8e805012f9b764c777534f01efb8391fd /win/CS/HandBrake.ApplicationServices/Interop/HbLib | |
parent | c1fefaee7a3c8d4a35d1224ba19d7a7915e2e075 (diff) |
WinGui: Some initial re-modelling in the JSON folder. Created a "Shared" folder which contains models that are used by anamorphic, encode and scan calls but are not different. Based on a patch by RandomEngy.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7033 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/HbLib')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_filter_ids.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_filter_ids.cs b/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_filter_ids.cs index 4ae61ad65..6ff3d5bec 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_filter_ids.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_filter_ids.cs @@ -7,7 +7,7 @@ namespace HandBrake.ApplicationServices.Interop.HbLib
{
- internal enum hb_filter_ids
+ public enum hb_filter_ids
{
HB_FILTER_QSV_PRE = 1, // for QSV - important to have before other filters
// First, filters that may change the framerate (drop or dup frames)
|