aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2026-05-10 20:32:40 +0200
committerGitHub <noreply@github.com>2026-05-10 20:32:40 +0200
commit4f238ca9b3f57bf54dfa332d8b6f4d456651b907 (patch)
tree9de7feaf2949501f68eb92504daa1a1e7b6d2f1a /MediaBrowser.Model/Session
parent42870986a8a9eb5649a1365c2510813a00a1da1a (diff)
parent6d6dee9492c2c31bc53c250a72650cd88a300ec3 (diff)
Merge pull request #16803 from nyanmisaka/new-profile-condition-video-rotation
Add videoRotation profile condition
Diffstat (limited to 'MediaBrowser.Model/Session')
-rw-r--r--MediaBrowser.Model/Session/TranscodeReason.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Session/TranscodeReason.cs b/MediaBrowser.Model/Session/TranscodeReason.cs
index 902bab9a6e..4ea60f115a 100644
--- a/MediaBrowser.Model/Session/TranscodeReason.cs
+++ b/MediaBrowser.Model/Session/TranscodeReason.cs
@@ -24,6 +24,7 @@ namespace MediaBrowser.Model.Session
VideoResolutionNotSupported = 1 << 8,
VideoBitDepthNotSupported = 1 << 9,
VideoFramerateNotSupported = 1 << 10,
+ VideoRotationNotSupported = 1 << 27,
RefFramesNotSupported = 1 << 11,
AnamorphicVideoNotSupported = 1 << 12,
InterlacedVideoNotSupported = 1 << 13,