From 62712aa12cdc88c524923cb318783b23a8a7a2c5 Mon Sep 17 00:00:00 2001 From: gnattu Date: Thu, 12 Sep 2024 23:53:21 +0800 Subject: Add option to always burn in subtitles if transcoding is triggered (#12430) --- MediaBrowser.Model/Session/TranscodeReason.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.Model/Session/TranscodeReason.cs') diff --git a/MediaBrowser.Model/Session/TranscodeReason.cs b/MediaBrowser.Model/Session/TranscodeReason.cs index bbdf4536b..39c5ac8fa 100644 --- a/MediaBrowser.Model/Session/TranscodeReason.cs +++ b/MediaBrowser.Model/Session/TranscodeReason.cs @@ -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, -- cgit v1.2.3