Skip to content
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

Fix assertion against entering lossless mode #3266

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

barrbrain
Copy link
Collaborator

When skipping, we may ignore the quantizer value. Fixes #3209.

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

All modified lines are covered by tests ✅

Files Coverage Δ
src/encoder.rs 86.95% <100.00%> (+0.01%) ⬆️

📢 Thoughts on this report? Let us know!.

Copy link
Member

@tmatth tmatth left a comment

Choose a reason for hiding this comment

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

Should this comment be a TODO or FIXME?

@barrbrain
Copy link
Collaborator Author

Should this comment be a TODO or FIXME?

I think it is a TODO, since the is still a case for implementing lossless.

When skipping, we may ignore the quantizer value. Fixes xiph#3209.
@barrbrain barrbrain merged commit e678ad1 into xiph:master Oct 16, 2023
25 checks passed
@barrbrain barrbrain deleted the issue-3209 branch October 16, 2023 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assertion failed at src\encoder.rs:2242:3
2 participants