mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7363] [MERGED] Parse the unused chapter id field from ffmpeg output as a long #11361
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/7363
Author: @1337joe
Created: 2/27/2022
Status: ✅ Merged
Merged: 3/1/2022
Merged by: @Bond-009
Base:
master← Head:ffmpeg-5-long-chapter-id📝 Commits (1)
175ddffSwitch chapter id to long to not break on ffmpeg 5.0📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
MediaBrowser.MediaEncoding/Probing/MediaChapter.cs(+1 -1)📄 Description
ffmpeg 5.0 is producing values well outside the range of an int in the chapter id field. From the linked issue:
The
Idfield only exists in jellyfin to parse the json output: it's not used in any way downstream (see here for the use ofMediaChapter).Changes
Issues
Fixes #7355
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.