mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 12:16:49 +01:00
Add videoRotation profile condition
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user