Skip to content

Conversation

@mcourteaux
Copy link
Contributor

Description

Fixes bugs introduced by #4019.

Screenshot

Issues Fixed or Closed

Roadmap Issues

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit
  • BREAKING CHANGE: Introduces a breaking change (can be combined with any type above)

Checklist

  • Code follows the style guidelines of this project
  • Code has been self-reviewed
  • Code has been commented, particularly in hard-to-understand areas
  • Code docstring/documentation-blocks for new or existing methods/components have been added or updated
  • Unit tests have been added or updated for any new or modified functionality

AI Usage

  • None: No AI tools were used in creating this PR
  • Light: AI provided minor assistance (formatting, simple suggestions)
  • Moderate: AI helped with code generation or debugging specific parts
  • Heavy: AI generated most or all of the code changes

@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 5, 2025

@codecov
Copy link

codecov bot commented Nov 5, 2025

Bundle Report

Bundle size has no change ✅

@mcourteaux mcourteaux changed the title fix(config): Add missing frameX100 fields at the initializers for the video::config_t literals. fix(config): Add missing framerateX100 fields at the initializers for the video::config_t literals. Nov 5, 2025
@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 12.05%. Comparing base (cdb7e2b) to head (ef64fa0).
⚠️ Report is 2 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4391      +/-   ##
==========================================
- Coverage   12.10%   12.05%   -0.06%     
==========================================
  Files          87       87              
  Lines       17595    17595              
  Branches     8096     8096              
==========================================
- Hits         2130     2121       -9     
+ Misses      14743    14571     -172     
- Partials      722      903     +181     
Flag Coverage Δ
Linux-AppImage 11.57% <100.00%> (-0.07%) ⬇️
Windows-AMD64 13.35% <100.00%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/video.cpp 21.22% <100.00%> (-0.45%) ⬇️

... and 20 files with indirect coverage changes

@ReenigneArcher
Copy link
Member

@andygrundman FYI

@ReenigneArcher ReenigneArcher changed the title fix(config): Add missing framerateX100 fields at the initializers for the video::config_t literals. fix(config): Add missing framerateX100 fields at the initializers for the video::config_t literals Nov 5, 2025
@mcourteaux
Copy link
Contributor Author

This Docker CI thing is a fluke, right? This can be merged I think?

@ReenigneArcher
Copy link
Member

This Docker CI thing is a fluke, right?

Not due to this PR.

@mcourteaux
Copy link
Contributor Author

The field was described as optional. Perhaps I should initialize them to 0 instead of 6000?

@cgutman
Copy link
Collaborator

cgutman commented Nov 7, 2025

Either way is fine.

@cgutman cgutman merged commit 8836db5 into LizardByte:master Nov 7, 2025
48 of 49 checks passed
qiin2333 pushed a commit to qiin2333/foundation-sunshine that referenced this pull request Nov 8, 2025
… the video::config_t literals (LizardByte#4391)

fix(config): Add missing frameX100 fields at the initializers for the video::config_t literals.
Nonary pushed a commit to Nonary/vibeshine that referenced this pull request Jan 13, 2026
… the video::config_t literals (LizardByte#4391)

fix(config): Add missing frameX100 fields at the initializers for the video::config_t literals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants