Skip to content

Commit d16dbbd

Browse files
committed
Eliminated the unnecessary returnResponse from setPicture
1 parent b6986b8 commit d16dbbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

AVOutput/AVOutputTV.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3007,7 +3007,6 @@ namespace Plugin {
30073007
LOGINFO("Proceed with SetTVPictureMode\n");
30083008
if (isDolbyPQmode) {
30093009
LOGINFO("PQ mode =%s\n",value.c_str());
3010-
returnResponse(true);
30113010
}
30123011
else {
30133012
ret = SetTVPictureMode(value.c_str());

0 commit comments

Comments
 (0)