mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
update sorting menus
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user