Skip to content

Commit

Permalink
Fix documentation of the EBUR128_MODE_I mode parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jiixyj committed Sep 21, 2014
1 parent 2ba9ff9 commit 05a6c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebur128/ebur128.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ enum mode {
EBUR128_MODE_M = (1 << 0),
/** can call ebur128_loudness_shortterm */
EBUR128_MODE_S = (1 << 1) | EBUR128_MODE_M,
/** can call ebur128_gated_loudness_* */
/** can call ebur128_loudness_global_* */
EBUR128_MODE_I = (1 << 2) | EBUR128_MODE_M,
/** can call ebur128_loudness_range */
EBUR128_MODE_LRA = (1 << 3) | EBUR128_MODE_S,
Expand Down

0 comments on commit 05a6c1a

Please sign in to comment.