mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Add back code removed during testing/debugging
This commit is contained in:
@@ -2203,6 +2203,8 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
|
|
||||||
if (!string.IsNullOrEmpty(videoDecoder))
|
if (!string.IsNullOrEmpty(videoDecoder))
|
||||||
{
|
{
|
||||||
|
inputModifier += " " + videoDecoder;
|
||||||
|
|
||||||
if ((videoDecoder ?? string.Empty).IndexOf("_cuvid", StringComparison.OrdinalIgnoreCase) != -1)
|
if ((videoDecoder ?? string.Empty).IndexOf("_cuvid", StringComparison.OrdinalIgnoreCase) != -1)
|
||||||
{
|
{
|
||||||
var videoStream = state.VideoStream;
|
var videoStream = state.VideoStream;
|
||||||
|
|||||||
Reference in New Issue
Block a user