From 1d29ecb32ed080606faba18c0b5c2d266d915af7 Mon Sep 17 00:00:00 2001 From: Vidhathri Joshi <118125969+VidhathriJoshi@users.noreply.github.com> Date: Fri, 23 May 2025 15:53:45 +0530 Subject: [PATCH] RDKTV-35827: To list AV1 codec from PlayerInfo Reason For Change: PlayerInfo service doesn't report AV1 codec though the platform supports. Test procedure: Mentioned in the ticket Risks: Low Signed-off-by: vidhathri_joshi@comcast.com --- interfaces/IPlayerInfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interfaces/IPlayerInfo.h b/interfaces/IPlayerInfo.h index d859fc65..3da3043d 100644 --- a/interfaces/IPlayerInfo.h +++ b/interfaces/IPlayerInfo.h @@ -56,7 +56,8 @@ namespace Exchange { VIDEO_MPEG4, VIDEO_VP8, VIDEO_VP9, - VIDEO_VP10 + VIDEO_VP10, + VIDEO_AV1 }; enum PlaybackResolution : uint8_t {