mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
fix SA1508
This commit is contained in:
parent
acd4389653
commit
3d9049ef08
150 changed files with 1 additions and 226 deletions
|
|
@ -759,7 +759,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
}
|
||||
|
||||
param += " -look_ahead 0";
|
||||
|
||||
}
|
||||
else if (string.Equals(videoEncoder, "h264_nvenc", StringComparison.OrdinalIgnoreCase) // h264 (h264_nvenc)
|
||||
|| string.Equals(videoEncoder, "hevc_nvenc", StringComparison.OrdinalIgnoreCase))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue