Split log.{cc,h}.
[dcpomatic.git] / test / ffmpeg_decoder_seek_test.cc
index c81b7389c418dcc95a932445a23a849177a9530a..39536f1abfd4537fd3f323cc9ce99ba1c3e6a9c2 100644 (file)
  *  it probably should.
  */
 
-#include <vector>
-#include <boost/test/unit_test.hpp>
-#include <boost/filesystem.hpp>
 #include "lib/ffmpeg_content.h"
 #include "lib/ffmpeg_decoder.h"
-#include "lib/log.h"
+#include "lib/null_log.h"
 #include "lib/film.h"
 #include "test.h"
+#include <boost/test/unit_test.hpp>
+#include <boost/filesystem.hpp>
+#include <vector>
 
 using std::cerr;
 using std::vector;
@@ -91,4 +91,3 @@ BOOST_AUTO_TEST_CASE (ffmpeg_decoder_seek_test)
 
        test ("prophet_clip.mkv", frames);
 }
-