From ef5fba92e71d7f5f3887995d973224c38ef92206 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Mar 2022 20:23:47 +0100 Subject: [PATCH] Cleanup: tidy some comments. --- src/lib/audio_content.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 { -- 2.30.2