diff options
| author | Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> | 2025-03-28 15:51:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-28 06:51:22 -0600 |
| commit | cb931e00627559e4e9d14d2cc7d4ec8e00eb7061 (patch) | |
| tree | 7d003a48121b1bc69d146a35c6b6b1fac9ffb486 /MediaBrowser.Model/Session/TranscodeReason.cs | |
| parent | 7f5cc544df40bc79bf84c9adcdca35ea224c9c33 (diff) | |
Add profile condition to limit the number of streams (#13583)
Diffstat (limited to 'MediaBrowser.Model/Session/TranscodeReason.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/TranscodeReason.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Session/TranscodeReason.cs b/MediaBrowser.Model/Session/TranscodeReason.cs index 39c5ac8fa..902bab9a6 100644 --- a/MediaBrowser.Model/Session/TranscodeReason.cs +++ b/MediaBrowser.Model/Session/TranscodeReason.cs @@ -14,6 +14,7 @@ namespace MediaBrowser.Model.Session SubtitleCodecNotSupported = 1 << 3, AudioIsExternal = 1 << 4, SecondaryAudioNotSupported = 1 << 5, + StreamCountExceedsLimit = 1 << 26, // Video Constraints VideoProfileNotSupported = 1 << 6, |
