Skip to content

Commit 751657a

Browse files
Update test_AVInput.cpp
1 parent b62268d commit 751657a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ TEST_F(AVInputInit, videoStreamInfoUpdate1_HDMI)
11951195
videoPortResolution.interlaced = true;
11961196
videoPortResolution.frameRate = dsVIDEO_FRAMERATE_59dot94;
11971197

1198-
plugin->OnHdmiInVideoModeUpdate(dsHDMI_IN_PORT_0,videoPortResolution)
1198+
plugin->OnHdmiInVideoModeUpdate(dsHDMI_IN_PORT_0,videoPortResolution);
11991199

12001200
EXPECT_EQ(Core::ERROR_NONE, videoStreamInfoUpdate.Lock());
12011201

0 commit comments

Comments
 (0)