diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-14 11:48:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-14 11:48:37 +0100 |
| commit | 4b7b0edb359ae68f2dbcab90c7c10382f507fa5b (patch) | |
| tree | 2cf52d224651f1f0fb1b4fd0d542acf8b77835eb /test/seek_zero_test.cc | |
| parent | 3d6501346b187f35d0f55d16e13f8817f505a82f (diff) | |
Add VideoFrame class.
This puts a frame index with an Eyes, which simplifies code in
some areas. I can't think of a better name for it,
unfortunately.
Diffstat (limited to 'test/seek_zero_test.cc')
| -rw-r--r-- | test/seek_zero_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/seek_zero_test.cc b/test/seek_zero_test.cc index f1f137d38..05bf1b5bf 100644 --- a/test/seek_zero_test.cc +++ b/test/seek_zero_test.cc @@ -67,5 +67,5 @@ BOOST_AUTO_TEST_CASE (seek_zero_test) FFmpegDecoder decoder (content, film->log(), false); list<ContentVideo> a = decoder.video->get (first_frame, true); BOOST_CHECK (a.size() == 1); - BOOST_CHECK_EQUAL (a.front().frame, first_frame); + BOOST_CHECK_EQUAL (a.front().frame.index(), first_frame); } |
