mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 07:33:49 +01:00
revert qsv encoding
This commit is contained in:
parent
fab2bfed49
commit
db8e51edb6
1 changed files with 4 additions and 4 deletions
|
|
@ -291,10 +291,10 @@ namespace MediaBrowser.Api.Playback
|
|||
{
|
||||
get
|
||||
{
|
||||
if (string.Equals(ApiEntryPoint.Instance.GetEncodingOptions().HardwareVideoDecoder, "qsv", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "h264_qsv";
|
||||
}
|
||||
//if (string.Equals(ApiEntryPoint.Instance.GetEncodingOptions().HardwareVideoDecoder, "qsv", StringComparison.OrdinalIgnoreCase))
|
||||
//{
|
||||
// return "h264_qsv";
|
||||
//}
|
||||
|
||||
return "libx264";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue