X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=test%2Fvideo_content_scale_test.cc;h=67bfda3e5afae3f6e2f6c81a091b949d53ac6f8e;hb=e81c5eb9e8ff875240dde9fdaaab0a46f99af615;hp=bb6694db223a0d75b4a8fbf45963f87c25f9a69f;hpb=73654117144c6de0ec4efe39ddc88485df546cc9;p=dcpomatic.git diff --git a/test/video_content_scale_test.cc b/test/video_content_scale_test.cc index bb6694db2..67bfda3e5 100644 --- a/test/video_content_scale_test.cc +++ b/test/video_content_scale_test.cc @@ -18,10 +18,16 @@ */ -#include +/** @file test/video_content_scale_test.cc + * @brief Test VideoContentScale + * @ingroup selfcontained + */ + #include "lib/ffmpeg_content.h" #include "lib/ratio.h" #include "lib/video_content.h" +#include +#include using std::list; using std::string; @@ -38,7 +44,7 @@ test (dcp::Size content_size, dcp::Size display_size, dcp::Size film_size, Crop string s = "" "" "FFmpeg" - "/home/c.hetherington/DCP/prophet_clip.mkv" + "/home/c.hetherington/DCP/prophet_long_clip.mkv" "f3f23663da5bef6d2cbaa0db066f3351314142710" "0" "0" @@ -90,7 +96,7 @@ test (dcp::Size content_size, dcp::Size display_size, dcp::Size film_size, Crop doc->read_string (s); list notes; - shared_ptr vc (new FFmpegContent (film, doc, 10, notes)); + shared_ptr vc (new FFmpegContent (doc, 10, notes)); optional sc; if (ratio) {