Skip to content

Commit 822380e

Browse files
RDKEMW-5316 : To list AV1 codec from PlayerInfo (#299)
Reason For Change: PlayerInfo service doesn't report AV1 codec though platform supports Test procedure: Mentioned in the ticket RDKTV-35827 Risks: Low Signed-off-by: [email protected] Signed-off-by: [email protected]
1 parent a7adee3 commit 822380e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

apis/PlayerInfo/IPlayerInfo.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ namespace Exchange {
5656
VIDEO_MPEG4,
5757
VIDEO_VP8,
5858
VIDEO_VP9,
59-
VIDEO_VP10
59+
VIDEO_VP10,
60+
VIDEO_AV1
6061
};
6162

6263
enum PlaybackResolution : uint8_t {

apis/PlayerInfo/PlayerInfo.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"MPEG",
5252
"VP8",
5353
"VP9",
54-
"VP10"
54+
"VP10",
55+
"AV1"
5556
],
5657
"enumvalues": [
5758
0,
@@ -62,7 +63,8 @@
6263
5,
6364
6,
6465
7,
65-
8
66+
8,
67+
9
6668
],
6769
"description": "Video Codec supported by the platform",
6870
"example": "VideoH264"

0 commit comments

Comments
 (0)