Sfoglia il codice sorgente

Apply suggestions from code review

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
nyanmisaka 10 mesi fa
parent
commit
d447207489

+ 1 - 1
MediaBrowser.MediaEncoding/Probing/MediaStreamInfoSideData.cs

@@ -71,7 +71,7 @@ namespace MediaBrowser.MediaEncoding.Probing
         public int? DvBlSignalCompatibilityId { get; set; }
 
         /// <summary>
-        /// Gets or sets the Rotation.
+        /// Gets or sets the Rotation in degrees.
         /// </summary>
         /// <value>The Rotation.</value>
         [JsonPropertyName("rotation")]

+ 1 - 1
MediaBrowser.Model/Entities/MediaStream.cs

@@ -124,7 +124,7 @@ namespace MediaBrowser.Model.Entities
         public int? DvBlSignalCompatibilityId { get; set; }
 
         /// <summary>
-        /// Gets or sets the Rotation.
+        /// Gets or sets the Rotation in degrees.
         /// </summary>
         /// <value>The video rotation.</value>
         public int? Rotation { get; set; }