Add some comments.
[dcpomatic.git] / src / lib / film.cc
index 09d939957d26b5d42b0804c8acd0ef10cec38d04..12a57753f4aa5a03806cbc20ce3cad2f14080754 100644 (file)
@@ -973,6 +973,9 @@ Film::frame_size () const
        return fit_ratio_within (container()->ratio(), full_frame ());
 }
 
+/** @param from KDM from time in local time.
+ *  @param to KDM to time in local time.
+ */
 libdcp::KDM
 Film::make_kdm (
        shared_ptr<libdcp::Certificate> target,