mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5695] [CLOSED] ffmpeg location flag overrides configuration file #10607
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/5695
Author: @alarsyo
Created: 4/4/2021
Status: ❌ Closed
Base:
master← Head:fix-ffmpeg-flag-priority📝 Commits (1)
39adde5ffmpeg location flag overrides configuration file📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs(+4 -4)📄 Description
Changes
The
--ffmpegflag now takes precedence over a possible value set via the configuration file. See #4449 and NixOS/nixpkgs#103218 for more context on why this matters.Issues
Fixes #4449
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.