Skip to content

Commit 0291ff2

Browse files
committed
working;
Signed-off-by: Jess Frazelle <github@jessfraz.com>
1 parent e827949 commit 0291ff2

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/basic.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ fn good_h264() {
1818
let actual = std::fs::read("tests/initial-grid.h264").unwrap();
1919
assert_h264_frame("tests/initial-grid.png", &actual, 0.99);
2020
}
21+
22+
#[test]
23+
fn good_h264_multiple_frames() {
24+
let actual = std::fs::read("tests/multiple-frames.h264").unwrap();
25+
assert_h264_frame("tests/multiple-frames.png", &actual, 0.99);
26+
}

tests/multiple-frames.png

37.7 KB
Loading

0 commit comments

Comments
 (0)