]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_volume.h
Merge commit 'a4ed995cabf220029f1d0e185a6fb45eed7b4091'
[ffmpeg] / libavfilter / af_volume.h
index 9f81790ec3a1d8bf95fdbe85f9ca687664c5c3f8..e78e042d09e9b6936075709701729581c5553280 100644 (file)
@@ -75,6 +75,8 @@ typedef struct VolumeContext {
     double var_values[VAR_VARS_NB];
 
     enum ReplayGainType replaygain;
+    double replaygain_preamp;
+    int    replaygain_noclip;
     double volume;
     int    volume_i;
     int    channels;