summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/Encode/Model/Models
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-01-25 19:17:42 +0000
committersr55 <[email protected]>2017-01-25 19:18:17 +0000
commit4329a3d714fae7167c9bb6e7d810174822a257e3 (patch)
treeafb9188de7dc7b537d96e01b3eb500e3643ccf5e /win/CS/HandBrakeWPF/Services/Encode/Model/Models
parent33e6780967a14c876d0f329ea1c637e6b0f75a92 (diff)
WinGui: Adding missing Tape and Sprite Denoise Tunes #544
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/Encode/Model/Models')
-rw-r--r--win/CS/HandBrakeWPF/Services/Encode/Model/Models/DenoiseTune.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Services/Encode/Model/Models/DenoiseTune.cs b/win/CS/HandBrakeWPF/Services/Encode/Model/Models/DenoiseTune.cs
index eb006ac3f..33776e256 100644
--- a/win/CS/HandBrakeWPF/Services/Encode/Model/Models/DenoiseTune.cs
+++ b/win/CS/HandBrakeWPF/Services/Encode/Model/Models/DenoiseTune.cs
@@ -37,5 +37,13 @@ namespace HandBrakeWPF.Services.Encode.Model.Models
[Display(Name = "Animation")]
[ShortName("animation")]
Animation,
+
+ [Display(Name = "Tape")]
+ [ShortName("tape")]
+ Tape,
+
+ [Display(Name = "Sprite")]
+ [ShortName("sprite")]
+ Sprite,
}
}