diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-29 01:47:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-29 01:47:32 +0100 |
| commit | ce73eaf7875a9a3326afcd839ad85eb95879c160 (patch) | |
| tree | c4cff45a7bada9aebf48b6e51c5dffe086045e20 /test/frame_rate_test.cc | |
| parent | 0f772d68ef7fb32002538ce9ca7c9764d0d7135b (diff) | |
Cleanup: test tidying.
Diffstat (limited to 'test/frame_rate_test.cc')
| -rw-r--r-- | test/frame_rate_test.cc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/test/frame_rate_test.cc b/test/frame_rate_test.cc index 610ac0380..d54868b3f 100644 --- a/test/frame_rate_test.cc +++ b/test/frame_rate_test.cc @@ -18,24 +18,26 @@ */ + /** @file test/frame_rate_test.cc * @brief Tests for FrameRateChange and the computation of the best * frame rate for the DCP. * @ingroup feature */ -#include <boost/test/unit_test.hpp> -#include "lib/film.h" + +#include "lib/audio_content.h" #include "lib/config.h" -#include "lib/ffmpeg_content.h" -#include "lib/playlist.h" #include "lib/ffmpeg_audio_stream.h" +#include "lib/ffmpeg_content.h" +#include "lib/film.h" #include "lib/frame_rate_change.h" +#include "lib/playlist.h" #include "lib/video_content.h" -#include "lib/audio_content.h" #include "test.h" +#include <boost/test/unit_test.hpp> + -using std::shared_ptr; /* Test Playlist::best_dcp_frame_rate and FrameRateChange with a single piece of content. |
