Skip to content

fix(Transmuxer): Fix width calculation when using HEVC-TS #8868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 14, 2025

Conversation

avelad
Copy link
Member

@avelad avelad commented Jul 11, 2025

default_display_window_flag is not somehow used to compute video dimensions from SPS.
Only offsets of display window.

@avelad avelad added type: bug Something isn't working correctly priority: P2 Smaller impact or easy workaround component: transmuxer The issue involves our built-in transmuxer labels Jul 11, 2025
@avelad avelad added this to the v4.16 milestone Jul 11, 2025
@avelad avelad requested a review from tykus160 July 11, 2025 09:43
@shaka-bot
Copy link
Collaborator

Incremental code coverage: 0.00%

@joeyparrish
Copy link
Member

I'd like you to add something to the PR description about why this is right and the other thing was wrong. The question we always have to answer going back through history is not "what" but "why". Why is defaultDisplayWindowFlag to be ignored, but conformanceWindowFlag is what we care about?

Copy link
Member

@joeyparrish joeyparrish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, aside from the lack of a PR description explaining why.

@avelad avelad merged commit 60cb17d into shaka-project:main Jul 14, 2025
29 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: transmuxer The issue involves our built-in transmuxer priority: P2 Smaller impact or easy workaround type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants