Add content_test.cc for tests of particular pieces of content.
[dcpomatic.git] / test / video_content_scale_test.cc
index bb6694db223a0d75b4a8fbf45963f87c25f9a69f..202243dd8bdab4a50c94e0afdafaa568c3829882 100644 (file)
 
 */
 
-#include <boost/test/unit_test.hpp>
+/** @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 <dcp/raw_convert.h>
+#include <boost/test/unit_test.hpp>
 
 using std::list;
 using std::string;