X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fcombine.h;h=b23b21beaf61f8aa8250efe071c02475c32b7e10;hb=816365d20e0c6ef37b6bf499a42a0d3ecad22c05;hp=21acbb04816d1a0d0af8d9c4cc6d83a7eee88750;hpb=d39880eef211a296fa8ef4712cdef5945d08527c;p=libdcp.git diff --git a/src/combine.h b/src/combine.h index 21acbb04..b23b21be 100644 --- a/src/combine.h +++ b/src/combine.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of libdcp. @@ -32,6 +32,11 @@ */ +/** @file src/combine.h + * @brief Method to combine DCPs + */ + + #include "compose.hpp" #include "version.h" #include @@ -39,8 +44,10 @@ namespace dcp { + class CertificateChain; + void combine ( std::vector inputs, boost::filesystem::path output, @@ -51,5 +58,6 @@ void combine ( std::shared_ptr signer = std::shared_ptr() ); + }