diff --git a/include/opusfile.h b/include/opusfile.h
index 74b85c239a28859c0cf477dcfccc29144cb3c526..504763745a5a1ec37652a1371e0043a66a7ae280 100644
--- a/include/opusfile.h
+++ b/include/opusfile.h
@@ -239,7 +239,8 @@ struct OpusHead{
-32768...32767.
The libopusfile API will automatically apply this gain to the
decoded output before returning it, scaling it by
- pow(10,output_gain/(20.0*256))
.*/
+ pow(10,output_gain/(20.0*256))
.
+ You can adjust this behavior with op_set_gain_offset().*/
int output_gain;
/**The channel mapping family, in the range 0...255.
Channel mapping family 0 covers mono or stereo in a single stream.