Various comment fixes to tests.
[dcpomatic.git] / test / make_black_test.cc
index 8507f58916c3deb0131c260b88bc7b4919be4f05..0ae2fd13713f3bb45d25fbd8c34dbf6f5e688735 100644 (file)
 
 */
 
+/** @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 <boost/test/unit_test.hpp>
-#include <libdcp/util.h>
+#include <dcp/util.h>
 extern "C" {
 #include <libavutil/pixfmt.h>
 }
@@ -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);