From 67a68bd971ebe1b35daa3f75873b4ccb53c00ba0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Mar 2017 15:37:13 +0000 Subject: Various Doxygen fixes. --- src/lib/encoder.cc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/lib/encoder.cc') diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc index a9e119d59..e43325f58 100644 --- a/src/lib/encoder.cc +++ b/src/lib/encoder.cc @@ -56,7 +56,9 @@ using dcp::Data; int const Encoder::_history_size = 200; -/** @param f Film that we are encoding */ +/** @param film Film that we are encoding. + * @param writer Writer that we are using. + */ Encoder::Encoder (shared_ptr film, shared_ptr writer) : _film (film) , _writer (writer) @@ -172,9 +174,7 @@ Encoder::video_frames_enqueued () const return _last_player_video_time->frames_floor (_film->video_frame_rate ()); } -/** Should be called when a frame has been encoded successfully. - * @param n Source frame index. - */ +/** Should be called when a frame has been encoded successfully */ void Encoder::frame_done () { @@ -192,6 +192,9 @@ Encoder::frame_done () * so each time the supplied frame is the one after the previous one. * pv represents one video frame, and could be empty if there is nothing to encode * for this DCP frame. + * + * @param pv PlayerVideo to encode. + * @param time Time of \p pv within the DCP. */ void Encoder::encode (shared_ptr pv, DCPTime time) -- cgit v1.2.3