]> granicus.if.org Git - handbrake/commitdiff
WinGui: Adding missing Tape and Sprite Denoise Tunes #544
authorsr55 <sr55.hb@outlook.com>
Wed, 25 Jan 2017 19:17:42 +0000 (19:17 +0000)
committersr55 <sr55.hb@outlook.com>
Wed, 25 Jan 2017 19:18:04 +0000 (19:18 +0000)
win/CS/HandBrakeWPF/Services/Encode/Model/Models/DenoiseTune.cs

index eb006ac3fe02df8198054d01ea6393aba3002f1b..33776e2565c0c33451eca3365d76606c9d77e5e6 100644 (file)
@@ -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,
     }
 }