mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-26 21:18:15 +00:00
Fix SA 1116 warnings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user