diff options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Model/Encoding/Denoise.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Model/Encoding/Denoise.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/Encoding/Denoise.cs b/win/CS/HandBrake.ApplicationServices/Model/Encoding/Denoise.cs deleted file mode 100644 index fc81e9f20..000000000 --- a/win/CS/HandBrake.ApplicationServices/Model/Encoding/Denoise.cs +++ /dev/null @@ -1,19 +0,0 @@ -/* Denoise.cs $
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
-
-namespace HandBrake.ApplicationServices.Model.Encoding
-{
- /// <summary>
- /// The Denose Filters
- /// </summary>
- public enum Denoise
- {
- Off = 0,
- Weak,
- Medium,
- Strong,
- Custom
- }
-}
|