mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
auto fallback from gpu to cpu
This commit is contained in:
@@ -27,7 +27,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
H264Crf = 23;
|
||||
EnableHardwareEncoding = true;
|
||||
|
||||
HardwareDecodingCodecs = new string[] { "h264", "mpeg2video", "vc1" };
|
||||
HardwareDecodingCodecs = new string[] { "h264", "vc1" };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user