Skip to content

Commit f02f5d3

Browse files
committed
RDKEMW-3138: Stub for VVR support
Reason for change: Stub for VVR support Test Procedure: refer the ticket Risks: None Signed-off-by: Neethu A S [email protected]
1 parent c43ff88 commit f02f5d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AVInput/AVInput.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
#define AVINPUT_EVENT_ON_GAME_FEATURE_STATUS_CHANGED "gameFeatureStatusUpdate"
6666
#define AVINPUT_EVENT_ON_AVI_CONTENT_TYPE_CHANGED "aviContentTypeUpdate"
6767

68+
//demo
6869
static bool isAudioBalanceSet = false;
6970
static int planeType = 0;
7071

AVInput/AVInput.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#define MAX_PRIM_VOL_LEVEL 100
2828
#define DEFAULT_INPUT_VOL_LEVEL 100
2929

30+
//demo
3031
namespace WPEFramework {
3132
namespace Plugin {
3233

0 commit comments

Comments
 (0)