mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
Update MediaEncoder.cs
This commit is contained in:
parent
1ff95289ef
commit
407de0209e
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
//_logger.Info("Supported decoders: {0}", string.Join(",", list.ToArray()));
|
||||
}
|
||||
|
||||
private List<string> _hwaccels = new List<string>();
|
||||
private List<string> _hwaccels = Array.Empty<string>();
|
||||
public void SetAvailableHwaccels(IEnumerable<string> list)
|
||||
{
|
||||
_hwaccels = list.ToList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue