]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_volume.h
Merge commit '6ef96292d99302a59f824713fc763f6abd3754df'
[ffmpeg] / libavfilter / af_volume.h
index 18226b1612a8cc9d7d07f4e5fa2c504fd1807bcf..e78e042d09e9b6936075709701729581c5553280 100644 (file)
@@ -76,6 +76,7 @@ typedef struct VolumeContext {
 
     enum ReplayGainType replaygain;
     double replaygain_preamp;
+    int    replaygain_noclip;
     double volume;
     int    volume_i;
     int    channels;