diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-30 00:57:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-30 00:57:08 +0100 |
| commit | d81db4280dd09ea9d0064272b075667d659b594a (patch) | |
| tree | 247642b0f830d3fefcd306dff58970143b9c51e1 /test/ffmpeg_decoder_seek_test.cc | |
| parent | d12cf77f25e6e39fbfd4b249690149309a21646e (diff) | |
Rename test file.
Diffstat (limited to 'test/ffmpeg_decoder_seek_test.cc')
| -rw-r--r-- | test/ffmpeg_decoder_seek_test.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/ffmpeg_decoder_seek_test.cc b/test/ffmpeg_decoder_seek_test.cc index 26fab5f3d..87ac5040f 100644 --- a/test/ffmpeg_decoder_seek_test.cc +++ b/test/ffmpeg_decoder_seek_test.cc @@ -46,10 +46,11 @@ using boost::shared_ptr; using boost::optional; static optional<ContentVideo> stored; -static void +static bool store (ContentVideo v) { stored = v; + return true; } static void @@ -100,5 +101,5 @@ BOOST_AUTO_TEST_CASE (ffmpeg_decoder_seek_test) frames.push_back (999); frames.push_back (15); - test ("prophet_clip.mkv", frames); + test ("prophet_long_clip.mkv", frames); } |
