mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Add option to always burn in subtitles if transcoding is triggered (#12430)
This commit is contained in:
@@ -18,6 +18,7 @@ namespace MediaBrowser.Model.Session
|
||||
// Video Constraints
|
||||
VideoProfileNotSupported = 1 << 6,
|
||||
VideoRangeTypeNotSupported = 1 << 24,
|
||||
VideoCodecTagNotSupported = 1 << 25,
|
||||
VideoLevelNotSupported = 1 << 7,
|
||||
VideoResolutionNotSupported = 1 << 8,
|
||||
VideoBitDepthNotSupported = 1 << 9,
|
||||
|
||||
Reference in New Issue
Block a user