X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fframe_rate_test.cc;fp=test%2Fframe_rate_test.cc;h=d54868b3fbde8ca6ee4ec921cd6fdd6c25b12d17;hb=ce73eaf7875a9a3326afcd839ad85eb95879c160;hp=610ac03809abf23e61610015d24e9bd7e0671330;hpb=0f772d68ef7fb32002538ce9ca7c9764d0d7135b;p=dcpomatic.git 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 -#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 + -using std::shared_ptr; /* Test Playlist::best_dcp_frame_rate and FrameRateChange with a single piece of content.