Skip to content

Commit

Permalink
RDK-52028: Corrected WB capability changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tamilselvanak committed Oct 30, 2024
1 parent 18d52d0 commit 4c37a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AVOutput/AVOutputTVHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2372,7 +2372,7 @@ namespace Plugin {
To avoid clash with Factory WhiteBalance Calibration capablities*/

if ( param == "WhiteBalance")
param == "CustomWhiteBalance";
param = "CustomWhiteBalance";

try {
CIniFile inFile(CAPABLITY_FILE_NAME);
Expand Down

0 comments on commit 4c37a99

Please sign in to comment.