X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fscaling_test.cc;h=704c2c7dab65086829bb19e271879cd40cd8e313;hp=bf8da8aac59ce4288e5ec1c7cb43b3e11779eab0;hb=233bb3f790aef3c8f9a7a7fde9875833b7dc1dfb;hpb=034feb503b0a38eb82c21ae8d9f83522fc63a25c diff --git a/test/scaling_test.cc b/test/scaling_test.cc index bf8da8aac..704c2c7da 100644 --- a/test/scaling_test.cc +++ b/test/scaling_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2014 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,10 @@ */ +/** @file test/scaling_test.cc + * @brief Test scaling and black-padding of images from a still-image source. + */ + #include #include "lib/image_content.h" #include "lib/ratio.h" @@ -24,10 +28,6 @@ #include "lib/dcp_content_type.h" #include "test.h" -/** @file test/scaling_test.cc - * @brief Test scaling and black-padding of images from a still-image source. - */ - using std::string; using boost::shared_ptr;