From e7e9347cdd1f43e0dd3d1ca35632e9493a010fc6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 26 Aug 2015 19:45:37 +0100 Subject: Split log.{cc,h}. --- test/ffmpeg_decoder_sequential_test.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'test/ffmpeg_decoder_sequential_test.cc') diff --git a/test/ffmpeg_decoder_sequential_test.cc b/test/ffmpeg_decoder_sequential_test.cc index 601dd1c59..ce799bb24 100644 --- a/test/ffmpeg_decoder_sequential_test.cc +++ b/test/ffmpeg_decoder_sequential_test.cc @@ -22,13 +22,13 @@ * (dropped frames being checked by assert() in VideoDecoder). Also that the decoder picks up frame rates correctly. */ -#include -#include #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 +#include using std::cout; using std::cerr; @@ -78,4 +78,3 @@ BOOST_AUTO_TEST_CASE (ffmpeg_decoder_sequential_test) */ test ("prophet_clip.mkv", 23.976, 12); } - -- cgit v1.2.3