mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13949] [MERGED] Fix OverflowException when scanning media with a very short duration #13779
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/13949
Author: @Bond-009
Created: 4/19/2025
Status: ✅ Merged
Merged: 4/19/2025
Merged by: @crobibero
Base:
master← Head:singleframemjpeg📝 Commits (1)
1208a10Fix OverflowException when scanning media with a very short duration📊 Changes
3 files changed (+244 additions, -1 deletions)
View changed files
📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+1 -1)📝
tests/Jellyfin.MediaEncoding.Tests/Probing/ProbeResultNormalizerTests.cs(+34 -0)➕
tests/Jellyfin.MediaEncoding.Tests/Test Data/Probing/video_single_frame_mjpeg.json(+209 -0)📄 Description
Changes
Changes to code to only attempt an average bitrate calculation when the runtime is > 1s
Issues
Fixes #13948
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.