Skip to content

Commit

Permalink
libmpg123: fix documentation of mpg123_volume_change_db() (bug 364)
Browse files Browse the repository at this point in the history
git-svn-id: svn://scm.orgis.org/mpg123/trunk@5395 35dc7657-300d-0410-a2e5-dc2837fedb53
  • Loading branch information
thor committed Jan 10, 2024
1 parent 075b2b9 commit fdfa833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/mpg123.h
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ MPG123_EXPORT int mpg123_volume_change(mpg123_handle *mh, double change);

/** Adjust output volume including the RVA setting by chosen amount
* \param mh handle
* \param change volume adjustment in decibels (limited to +/- 60 dB)
* \param db volume adjustment in decibels (limited to +/- 60 dB)
* \return MPG123_OK on success
*/
MPG123_EXPORT int mpg123_volume_change_db(mpg123_handle *mh, double db);
Expand Down

0 comments on commit fdfa833

Please sign in to comment.