From 133f268fcfef0c524a1612c49d80d39c4ef6616a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 7 Oct 2007 00:05:22 +0200 Subject: [PATCH] mood.c: Fix comment for the scoring function. --- mood.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mood.c b/mood.c index 86e0eba2..bf6c40e1 100644 --- a/mood.c +++ b/mood.c @@ -36,11 +36,10 @@ struct afs_statistics statistics; /** * Assign scores according to a mood_method. * - * Each mood_method has its own mood_score_function. The first parameter passed - * to that function is a pointer to a row of the audio file table. It - * determines the audio file for which a score is to be assigned. The second - * argument depends on the mood method this function is used for. It usually is - * the argument given at the end of a mood line. + * Each mood_method has its own mood_score_function. The first three parameters + * passed to that function are informations about the audio file whose score is + * to be computed. The data argument depends on the mood method this function + * is used for. It usually is the argument given at the end of a mood line. * * Mood score functions must return values between -100 and +100 inclusively. * Boolean score functions should always return either -100 or +100. -- 2.39.2