mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
don't use hwaccel auto
This commit is contained in:
parent
b08f10ec40
commit
14533d9cc9
1 changed files with 2 additions and 1 deletions
|
|
@ -1749,7 +1749,8 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
{
|
||||
if (!string.IsNullOrWhiteSpace(encodingOptions.HardwareAccelerationType))
|
||||
{
|
||||
return "-hwaccel auto";
|
||||
// causing unpredictable results
|
||||
//return "-hwaccel auto";
|
||||
}
|
||||
|
||||
if (string.Equals(encodingOptions.HardwareAccelerationType, "qsv", StringComparison.OrdinalIgnoreCase))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue