X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fmake_black_test.cc;h=0ae2fd13713f3bb45d25fbd8c34dbf6f5e688735;hb=e6c67f4aac2ca9afc275b6f13058e1e46f2cecc3;hp=88c1bd0f46d7f60c293b7a20d911e46ea1b8aa3f;hpb=a4c19a34244aeaf183c25878933b570fc5c0ee34;p=dcpomatic.git diff --git a/test/make_black_test.cc b/test/make_black_test.cc index 88c1bd0f4..0ae2fd137 100644 --- a/test/make_black_test.cc +++ b/test/make_black_test.cc @@ -17,6 +17,13 @@ */ +/** @file test/make_black_test.cc + * @brief Check that Image::make_black works, and doesn't use values which crash + * sws_scale(). + * + * @see test/image_test.cc + */ + #include #include extern "C" { @@ -27,9 +34,6 @@ extern "C" { using std::list; -/* Check that Image::make_black works, and doesn't use values which crash - sws_scale(). -*/ BOOST_AUTO_TEST_CASE (make_black_test) { dcp::Size in_size (512, 512);