RDKEMW-16104: Update frameRate.cpp#236
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the FrameRate constant mappings to avoid referencing dsVIDEO_FRAMERATE_59 / dsVIDEO_FRAMERATE_23 (reported as unsupported on some platforms), by mapping them to dsVIDEO_FRAMERATE_UNKNOWN.
Changes:
- Replaced
FrameRate::k59andFrameRate::k23definitions withdsVIDEO_FRAMERATE_UNKNOWN. - Added an explanatory comment describing the rationale.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
RDKEMW-16104: Update frameRate.cpp
Reason for change: disable the dsVIDEO_FRAMERATE_59 and dsVIDEO_FRAMERATE_23