]> granicus.if.org Git - handbrake/commitdiff
WinGui: Make the Bitrate, compression and quality nullable in the json audiolist...
authorsr55 <sr55.hb@outlook.com>
Sat, 17 Jan 2015 19:42:42 +0000 (19:42 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 17 Jan 2015 19:42:42 +0000 (19:42 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6761 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/HandBrake.Interop/HandBrakeInterop/Json/Encode/AudioList.cs

index 8227c277744f85c51b8ccdf8afb82c777be6ecba..f782584952e354ea7d5ab78191e8b468f164a2d2 100644 (file)
@@ -17,12 +17,12 @@ namespace HandBrake.Interop.Json.Encode
         /// <summary>\r
         /// Gets or sets the bitrate.\r
         /// </summary>\r
-        public int Bitrate { get; set; }\r
+        public int? Bitrate { get; set; }\r
 \r
         /// <summary>\r
         /// Gets or sets the compression level.\r
         /// </summary>\r
-        public double CompressionLevel { get; set; }\r
+        public double? CompressionLevel { get; set; }\r
 \r
         /// <summary>\r
         /// Gets or sets the drc.\r
@@ -52,7 +52,7 @@ namespace HandBrake.Interop.Json.Encode
         /// <summary>\r
         /// Gets or sets the quality.\r
         /// </summary>\r
-        public double Quality { get; set; }\r
+        public double? Quality { get; set; }\r
 \r
         /// <summary>\r
         /// Gets or sets the samplerate.\r