From 1a9681fedaebed35db7927805e16a2075be5dd3a Mon Sep 17 00:00:00 2001 From: smuthu065 Date: Mon, 9 Mar 2026 15:49:09 +0530 Subject: [PATCH] RDKMVE-1795: Compilation error resolve on Upgrade meta-rdk-halif-headers 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 --- ds/frameRate.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ds/frameRate.cpp b/ds/frameRate.cpp index c63c9d5d..de4fb391 100644 --- a/ds/frameRate.cpp +++ b/ds/frameRate.cpp @@ -51,6 +51,10 @@ namespace { 200, 239.79, 240, +#ifdef dsVIDEO_FRAMERATE_59_AND_23_SUPPORT /* Remove this define when middleware supports 4.1.2 meta-rdk-halif-headers and make open code for 59 and 23 */ + 59, + 23, +#endif /* dsVIDEO_FRAMERATE_59_AND_23_SUPPORT */ }; const char * _names[] = { "UnKnown", //unkown @@ -68,6 +72,10 @@ namespace { "200", "239.79", "240", +#ifdef dsVIDEO_FRAMERATE_59_AND_23_SUPPORT /* Remove this define when middleware supports 4.1.2 meta-rdk-halif-headers and make open code for 59 and 23 */ + "59", + "23", +#endif /* dsVIDEO_FRAMERATE_59_AND_23_SUPPORT */ }; inline bool isValid(int id) {