mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
3df7d7a809
commit
d0c1ef8002
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
/// The level validation regex.
|
||||
/// This regular expression matches strings representing a double.
|
||||
/// </summary>
|
||||
public const string LevelValidationRegex = @"-?\d+(?:\.\d+)?";
|
||||
public const string LevelValidationRegex = @"-?[0-9]+(?:\.[0-9]+)?";
|
||||
|
||||
private const string _defaultMjpegEncoder = "mjpeg";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue