diff options
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); } |
