Logo
Explore Help
Register Sign In
starred/jellyfin-jellyfin-1
1
0
Fork 0
You've already forked jellyfin-jellyfin-1
mirror of https://github.com/jellyfin/jellyfin.git synced 2025-12-18 15:03:06 +03:00
Code Issues Packages Projects Releases Wiki Activity
Files
fe54e9ae9de932d2130f15d90df40da9dbc048fe
jellyfin-jellyfin-1/MediaBrowser.MediaEncoding/Subtitles/ParserValues.cs

11 lines
195 B
C#
Raw Normal View History

Review usage of string.Substring (part 1) Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-22 13:34:51 +02:00
#nullable enable
#pragma warning disable CS1591
Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model
2019-01-13 21:02:23 +01:00
namespace MediaBrowser.MediaEncoding.Subtitles
Port MediaEncoding and Api.Playback from 10e57ce8d21b4516733894075001819f3cd6db6b
2018-12-14 10:40:55 +01:00
{
Review usage of string.Substring (part 1) Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-22 13:34:51 +02:00
public static class ParserValues
Port MediaEncoding and Api.Playback from 10e57ce8d21b4516733894075001819f3cd6db6b
2018-12-14 10:40:55 +01:00
{
public const string NewLine = "\r\n";
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 220ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API