mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update sorting menus
This commit is contained in:
parent
5d16f63f63
commit
3060b0c5e9
@ -502,7 +502,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||||||
{
|
{
|
||||||
return "libx264";
|
return "libx264";
|
||||||
}
|
}
|
||||||
if (string.Equals(codec, "h265", StringComparison.OrdinalIgnoreCase))
|
if (string.Equals(codec, "h265", StringComparison.OrdinalIgnoreCase) || string.Equals(codec, "hevc", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
return "libx265";
|
return "libx265";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user