summaryrefslogtreecommitdiff
path: root/libavfilter/af_volume.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_volume.h')
-rw-r--r--libavfilter/af_volume.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/af_volume.h b/libavfilter/af_volume.h
index ec13e80ae3..d831ec4a3d 100644
--- a/libavfilter/af_volume.h
+++ b/libavfilter/af_volume.h
@@ -47,6 +47,7 @@ typedef struct VolumeContext {
AVFloatDSPContext fdsp;
enum PrecisionType precision;
enum ReplayGainType replaygain;
+ double replaygain_preamp;
double volume;
int volume_i;
int channels;