diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-18 20:17:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-18 20:17:28 +0100 |
| commit | b882d29d4323875b07c7e4f2925811627ba1c246 (patch) | |
| tree | 95b2d832d2c74ffb685b3a7a3c844f4db368a962 | |
| parent | 6115f4b1fa58157a6e8b1bba347178776d4d6ce4 (diff) | |
Remove unused variable.
| -rw-r--r-- | test/ffmpeg_decoder_sequential_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ffmpeg_decoder_sequential_test.cc b/test/ffmpeg_decoder_sequential_test.cc index 892bc9e4c..e1e97dbc4 100644 --- a/test/ffmpeg_decoder_sequential_test.cc +++ b/test/ffmpeg_decoder_sequential_test.cc @@ -65,7 +65,6 @@ ffmpeg_decoder_sequential_test_one (boost::filesystem::path file, float fps, int film->examine_and_add_content (content); BOOST_REQUIRE (!wait_for_jobs()); film->write_metadata (); - shared_ptr<Log> log (new NullLog); shared_ptr<Player> player (new Player (film, film->playlist())); BOOST_REQUIRE (content->video_frame_rate()); |
