mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
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/14648
Author: @GeneMarks
Created: 8/14/2025
Status: ✅ Merged
Merged: 8/16/2025
Merged by: @crobibero
Base:
master← Head:anamorphic-detection-fix📝 Commits (1)
2f18bb7fix: correct anamorphic video detection (#14640)📊 Changes
2 files changed (+30 additions, -5 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+29 -5)📄 Description
Changes
Previously,
IsAnamorphicwas set totrueonly when Sample Aspect Ratio (SAR) was"0:1", causing incorrect detection for valid anamorphic videos. Updated the detection logic to handle common SAR/DAR edge cases, following the approach described https://stackoverflow.com/questions/17353387/how-to-detect-anamorphic-video-with-ffprobe.Issues
Fixes #14640
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.