mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
Fix SA 1116 warnings
This commit is contained in:
parent
6f9beef732
commit
ec91d3893d
19 changed files with 96 additions and 48 deletions
|
|
@ -1822,7 +1822,8 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
return (Convert.ToInt32(outputWidth), Convert.ToInt32(outputHeight));
|
||||
}
|
||||
|
||||
public List<string> GetScalingFilters(EncodingJobInfo state,
|
||||
public List<string> GetScalingFilters(
|
||||
EncodingJobInfo state,
|
||||
int? videoWidth,
|
||||
int? videoHeight,
|
||||
Video3DFormat? threedFormat,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue