From: Carl Hetherington Date: Mon, 14 Mar 2022 19:23:47 +0000 (+0100) Subject: Cleanup: tidy some comments. X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ef5fba92e71d7f5f3887995d973224c38ef92206;p=dcpomatic.git Cleanup: tidy some comments. --- diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 064cc42f0..ba998a5ad 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -63,10 +63,9 @@ public: int resampled_frame_rate (std::shared_ptr film) const; std::vector channel_names () const; - /** Set gain in dB. - * @param double g New gain in dB. - */ - void set_gain (double g); + /** Set gain in dB */ + void set_gain (double); + /** Set delay in milliseconds (positive moves audio later) */ void set_delay (int); double gain () const {