mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6617] [CLOSED] FIX: cannot compare bitstream of different video codec #11060
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/6617
Author: @koying
Created: 9/26/2021
Status: ❌ Closed
Base:
master← Head:fixbistreamdownscale📝 Commits (1)
120ee18FIX: cannot compare bitstream of different video codec📊 Changes
1 file changed (+8 additions, -30 deletions)
View changed files
📝
Jellyfin.Api/Helpers/StreamingHelpers.cs(+8 -30)📄 Description
Changes
It doesn't really make sense to compare bitstream rate of 2 different codec.
Not downscaling because, e.g., a hevc 9Mb/s is lower than a h264 10Mb/s is comparing pears and apples.
Partial revert of https://github.com/jellyfin/jellyfin/pull/4432
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.