aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/MediaStream.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2024-08-27 22:24:34 +0200
committerGitHub <noreply@github.com>2024-08-27 22:24:34 +0200
commit6281cd707dae40a26c419c0069fd22f494d50f7f (patch)
tree84d4a49bc42b993ff2ed88f39736f8b08fb44719 /MediaBrowser.Model/Entities/MediaStream.cs
parented572467aab96d6149c85dc0d0b406bc6c5106e2 (diff)
parentd4472074896a8ed3f66a6eb2c7cd438b97787ae4 (diff)
Merge pull request #11250 from nyanmisaka/fix-hwa-video-rotation
Fix the broken video orientation (+-90/180)
Diffstat (limited to 'MediaBrowser.Model/Entities/MediaStream.cs')
-rw-r--r--MediaBrowser.Model/Entities/MediaStream.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs
index 20e011745..a0e8c39be 100644
--- a/MediaBrowser.Model/Entities/MediaStream.cs
+++ b/MediaBrowser.Model/Entities/MediaStream.cs
@@ -124,6 +124,12 @@ namespace MediaBrowser.Model.Entities
public int? DvBlSignalCompatibilityId { get; set; }
/// <summary>
+ /// Gets or sets the Rotation in degrees.
+ /// </summary>
+ /// <value>The video rotation.</value>
+ public int? Rotation { get; set; }
+
+ /// <summary>
/// Gets or sets the comment.
/// </summary>
/// <value>The comment.</value>