Comment fixes.
authorCarl Hetherington <cth@carlh.net>
Mon, 28 Apr 2014 23:31:35 +0000 (00:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 28 Apr 2014 23:31:35 +0000 (00:31 +0100)
test/ffmpeg_dcp_test.cc

index 88b1e94af063de1ef394bd85afcebc39c69ee918..1c897bcd93a90bc158fcbbb9232debe7e72a1529 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
 
     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
 
 */
 
+/** @file test/ffmpeg_dcp_test.cc
+ *  @brief Test creation of a very simple DCP from some FFmpegContent (data/test.mp4).
+ *
+ *  Also a quick test of Film::have_dcp ().
+ */
+
 #include <boost/test/unit_test.hpp>
 #include <boost/filesystem.hpp>
 #include "lib/film.h"
 
 using boost::shared_ptr;
 
-/** @file test/ffmpeg_dcp_test.cc
- *  @brief Test scaling and black-padding of images from a still-image source.
- */
-
 BOOST_AUTO_TEST_CASE (ffmpeg_dcp_test)
 {
        shared_ptr<Film> film = new_test_film ("ffmpeg_dcp_test");