diff options
| author | Bond-009 <bond.009@outlook.com> | 2022-08-22 17:50:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-22 17:50:42 +0200 |
| commit | e1e4ac75e4b2ef84e817f3ebe0d14f52e7249b41 (patch) | |
| tree | c299708f087282f484c698b07daf6aad995b20ed /MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs | |
| parent | c45c8bdec727abdef0a610ea70790c578de4fff8 (diff) | |
| parent | 9ec2870b1034e0b64ebde3e29a3779c7f6bb2ac4 (diff) | |
Merge pull request #8267 from luzpaz/typos
Diffstat (limited to 'MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs')
| -rw-r--r-- | MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs index e5aae620a..17e410fe1 100644 --- a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs +++ b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs @@ -194,7 +194,7 @@ namespace MediaBrowser.Controller.MediaEncoding /// <summary> /// Gets the name of the output video codec. /// </summary> - /// <param name="state">Encording state.</param> + /// <param name="state">Encoding state.</param> /// <param name="encodingOptions">Encoding options.</param> /// <returns>Encoder string.</returns> public string GetVideoEncoder(EncodingJobInfo state, EncodingOptions encodingOptions) @@ -1980,7 +1980,7 @@ namespace MediaBrowser.Controller.MediaEncoding } } - // Cap the max target bitrate to intMax/2 to satisify the bufsize=bitrate*2. + // Cap the max target bitrate to intMax/2 to satisfy the bufsize=bitrate*2. return Math.Min(bitrate ?? 0, int.MaxValue / 2); } |
