X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2F4k_test.cc;h=fa5b33bb921feb348e4a0d6ad83fda54c40411b7;hp=e65804aa5e5ff2908eb2434a95c79ebdf1b16769;hb=4e411ea97b4dab8a5fa282d1d4cf7971ef1e24ad;hpb=66162217d93baa3fd50594bb013a44bbd779d02a diff --git a/test/4k_test.cc b/test/4k_test.cc index e65804aa5..fa5b33bb9 100644 --- a/test/4k_test.cc +++ b/test/4k_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,12 @@ */ +/** @file test/4k_test.cc + * @brief Run a 4K encode from a simple input. + * + * The output is checked against test/data/4k_test. + */ + #include #include "lib/film.h" #include "lib/ffmpeg_content.h"