mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12991] [MERGED] Use invariant culture for tonemap options #13435
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/12991
Author: @gnattu
Created: 11/8/2024
Status: ✅ Merged
Merged: 11/9/2024
Merged by: @crobibero
Base:
release-10.10.z← Head:tonemap-options-use-invariant-culture📝 Commits (2)
fdb72c9Use invariant culture for tonemap optionsd0fb057Use string.Format📊 Changes
1 file changed (+13 additions, -4 deletions)
View changed files
📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+13 -4)📄 Description
Those values that can have decimals need to explicitly use invariant culture for stringification, otherwise the user locale may use the decimal point that ffmpeg does not support.
Changes
Issues
Related: #12989
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.