mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 09:21:55 +00:00
update sorting menus
This commit is contained in:
parent
5d16f63f63
commit
3060b0c5e9
1 changed files with 1 additions and 1 deletions
|
|
@ -502,7 +502,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
{
|
||||
return "libx264";
|
||||
}
|
||||
if (string.Equals(codec, "h265", StringComparison.OrdinalIgnoreCase))
|
||||
if (string.Equals(codec, "h265", StringComparison.OrdinalIgnoreCase) || string.Equals(codec, "hevc", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "libx265";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue