Skip to content

Commit 3f926f4

Browse files
authored
Update FFmpegReader_Tests.cpp
1 parent 238e2d1 commit 3f926f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/FFmpegReader_Tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ TEST(FFmpegReader_Check_Video_File)
118118
CHECK_EQUAL(255, (int)pixels[pixel_index + 3]);
119119

120120
// Check pixel function
121-
CHECK_EQUAL(true, f->CheckPixel(10, 112, 0, 96, 188, 255));
122-
CHECK_EQUAL(false, f->CheckPixel(10, 112, 0, 0, 0, 0));
121+
CHECK_EQUAL(true, f->CheckPixel(10, 112, 0, 96, 188, 255, 5));
122+
CHECK_EQUAL(false, f->CheckPixel(10, 112, 0, 0, 0, 0, 5));
123123

124124
// Close reader
125125
r.Close();

0 commit comments

Comments
 (0)