Skip to content

Commit 238e2d1

Browse files
authored
Update FFmpegReader_Tests.cpp
1 parent 2b308c6 commit 238e2d1

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
@@ -101,8 +101,8 @@ TEST(FFmpegReader_Check_Video_File)
101101
CHECK_EQUAL(255, (int)pixels[pixel_index + 3]);
102102

103103
// Check pixel function
104-
CHECK_EQUAL(true, f->CheckPixel(10, 112, 21, 191, 0, 255));
105-
CHECK_EQUAL(false, f->CheckPixel(10, 112, 0, 0, 0, 0));
104+
CHECK_EQUAL(true, f->CheckPixel(10, 112, 21, 191, 0, 255, 5));
105+
CHECK_EQUAL(false, f->CheckPixel(10, 112, 0, 0, 0, 0, 5));
106106

107107
// Get frame 1
108108
f = r.GetFrame(2);

0 commit comments

Comments
 (0)