]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_volume.h
Mark some arrays that never change as const.
[ffmpeg] / libavfilter / af_volume.h
index ec13e80ae32d222c8fe2793d6a9b96c5373b0830..6bd89acc4d33a2fe87a689ea24207b9a1e41eb51 100644 (file)
@@ -47,6 +47,8 @@ typedef struct VolumeContext {
     AVFloatDSPContext fdsp;
     enum PrecisionType precision;
     enum ReplayGainType replaygain;
+    double replaygain_preamp;
+    int    replaygain_noclip;
     double volume;
     int    volume_i;
     int    channels;