diff options
author | sr55 <[email protected]> | 2011-09-12 20:09:55 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-09-12 20:09:55 +0000 |
commit | ace57e1b754f84cad9603e7ed14aa9c6bb705461 (patch) | |
tree | 3b5276d7b4372a4a36a7d57da829da4db0eb34f9 /win/CS/HandBrake.ApplicationServices/Functions | |
parent | 7129aebff7254512f7319b059c507db6f9c77ca2 (diff) |
WinGui: Numerous fixes to Libhb based scanning and encoding. Aside from several non-critical bugs, the code is now "usable" but should be considered experimental.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4219 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Functions')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Functions/InteropModelCreator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Functions/InteropModelCreator.cs b/win/CS/HandBrake.ApplicationServices/Functions/InteropModelCreator.cs index 62fe16120..6221b5784 100644 --- a/win/CS/HandBrake.ApplicationServices/Functions/InteropModelCreator.cs +++ b/win/CS/HandBrake.ApplicationServices/Functions/InteropModelCreator.cs @@ -85,7 +85,7 @@ namespace HandBrake.ApplicationServices.Functions Right = work.Cropping.Right
};
- profile.CustomCropping = true;
+ profile.CustomCropping = true; // TODO deal with this better
profile.CustomDecomb = work.CustomDecomb;
profile.CustomDeinterlace = work.CustomDeinterlace;
profile.CustomDenoise = work.CustomDenoise;
|