Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/audiofx/src/ebur128level/imp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audiofx/src/ebur128level/imp.rs b/audio/audiofx/src/ebur128level/imp.rs
index 8b9d7236a..c16410735 100644
--- a/audio/audiofx/src/ebur128level/imp.rs
+++ b/audio/audiofx/src/ebur128level/imp.rs
@@ -47,7 +47,7 @@ enum Mode {
#[gflags(name = "Calculate loudness range", nick = "loudness-range")]
LOUDNESS_RANGE = 0b00001000,
#[gflags(name = "Calculate sample peak", nick = "sample-peak")]
- SAMPLE_PEAK = 0b000100000,
+ SAMPLE_PEAK = 0b00010000,
#[gflags(name = "Calculate true peak", nick = "true-peak")]
TRUE_PEAK = 0b00100000,
}