X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=623a1858bc48c6031b602c05bdb27f5814de8eb0;hb=89aa9d4ba69e471949f791cdafe4ae20cea554d2;hp=7d24b30ff166c770a1d1a52a162ddd2c6d63b2da;hpb=29fe2d3a4c347e15b987f9e61e56d22a21d4678f;p=dcpomatic.git diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 7d24b30ff..623a1858b 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -1,19 +1,20 @@ /* Copyright (C) 2013-2016 Carl Hetherington - This program is free software; you can redistribute it and/or modify + This file is part of DCP-o-matic. + + DCP-o-matic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + DCP-o-matic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with DCP-o-matic. If not, see . */ @@ -56,6 +57,7 @@ public: void as_xml (xmlpp::Node *) const; std::string technical_summary () const; std::string identifier () const; + void use_template (boost::shared_ptr c); Frame length () const { boost::mutex::scoped_lock lm (_mutex);