-
Notifications
You must be signed in to change notification settings - Fork 515
fix: MCC encoder 16-bit sequence #1721
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
Conversation
CCExtractor CI platform finished running the test files on linux. Below is a summary of the test results, when compared to test for commit b63a29c...:
Your PR breaks these cases:
NOTE: The following tests have been failing on the master branch as well as the PR:
Congratulations: Merging this PR would fix the following tests:
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you). Check the result page for more info. |
|
@canihavesomecoffee can i get a review, Thnxx |
CCExtractor CI platform finished running the test files on windows. Below is a summary of the test results, when compared to test for commit b63a29c...:
Your PR breaks these cases:
NOTE: The following tests have been failing on the master branch as well as the PR:
Congratulations: Merging this PR would fix the following tests:
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you). Check the result page for more info. |
|
@Ari1009 Can you rebase? |
Code Review & Validation TestingI've reviewed and tested this PR. Here are my findings: Bug ConfirmationMaster branch (buggy):
Fix VerificationPR branch (fixed):
Critical Boundary Test (255 → 256)Test Details
Conclusion✅ Bug confirmed in master branch The sample platform CI failures are expected - they're due to the output change (previously broken sequence values are now correct). Baselines would need updating. Approving and merging. 🤖 Generated with Claude Code |
My familiarity with the project is as follows (check one):
Fix MCC encoder 16-bit sequence counter bit manipulation per SMPTE ST 334-2 spec
Fixes #1709 Thanks to @programmerjake for identifying the issue