From d4472074896a8ed3f66a6eb2c7cd438b97787ae4 Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Wed, 28 Aug 2024 03:20:04 +0800 Subject: [PATCH] Apply suggestions from code review Signed-off-by: nyanmisaka --- MediaBrowser.MediaEncoding/Probing/MediaStreamInfoSideData.cs | 2 +- MediaBrowser.Model/Entities/MediaStream.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MediaBrowser.MediaEncoding/Probing/MediaStreamInfoSideData.cs b/MediaBrowser.MediaEncoding/Probing/MediaStreamInfoSideData.cs index 65d1ddf89..0b5dd1d1b 100644 --- a/MediaBrowser.MediaEncoding/Probing/MediaStreamInfoSideData.cs +++ b/MediaBrowser.MediaEncoding/Probing/MediaStreamInfoSideData.cs @@ -71,7 +71,7 @@ namespace MediaBrowser.MediaEncoding.Probing public int? DvBlSignalCompatibilityId { get; set; } /// - /// Gets or sets the Rotation. + /// Gets or sets the Rotation in degrees. /// /// The Rotation. [JsonPropertyName("rotation")] diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index 7e227c5aa..a0e8c39be 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -124,7 +124,7 @@ namespace MediaBrowser.Model.Entities public int? DvBlSignalCompatibilityId { get; set; } /// - /// Gets or sets the Rotation. + /// Gets or sets the Rotation in degrees. /// /// The video rotation. public int? Rotation { get; set; }