Skip to content

RDKMVE-1795: Compilation error resolve on Upgrade meta-rdk-halif-headers to Version 4.1.2.#221

Open
smuthu065 wants to merge 1 commit intodevelopfrom
feature/RDKMVE-1795-halif-update
Open

RDKMVE-1795: Compilation error resolve on Upgrade meta-rdk-halif-headers to Version 4.1.2.#221
smuthu065 wants to merge 1 commit intodevelopfrom
feature/RDKMVE-1795-halif-update

Conversation

@smuthu065
Copy link
Copy Markdown

Reason for change: Compilation error resolve on Upgrade meta-rdk-halif-headers to Version 4.1.2.
Test Procedure: build and verify.
Risks: High.
Signed-off-by: sundaramuneeswaran_muthuraj@comcast.com

…ers to Version 4.1.2.

Reason for change: Compilation error resolve on Upgrade meta-rdk-halif-headers to Version 4.1.2.
Test Procedure: build and verify.
Risks: High.
Signed-off-by: sundaramuneeswaran_muthuraj@comcast.com
@smuthu065 smuthu065 requested a review from a team as a code owner March 9, 2026 10:26
Copilot AI review requested due to automatic review settings March 9, 2026 10:26
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR addresses a compilation error that occurs when upgrading meta-rdk-halif-headers to version 4.1.2, which introduces two new video frame rate enum values (59 fps and 23 fps). The fix conditionally adds the corresponding entries to the _values and _names arrays in frameRate.cpp, guarded by a preprocessor define dsVIDEO_FRAMERATE_59_AND_23_SUPPORT.

Changes:

  • Added conditional (#ifdef dsVIDEO_FRAMERATE_59_AND_23_SUPPORT) entries for 59 fps and 23 fps frame rates to the _values float array and _names string array.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread ds/frameRate.cpp
Comment thread ds/frameRate.cpp
Comment thread ds/frameRate.cpp
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.

2 participants