summaryrefslogtreecommitdiff
path: root/libavfilter/af_volume.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-13 14:39:51 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-13 14:39:51 +0200
commit878f8b0d26e9bd34f27949e8b7d2be6c864ca998 (patch)
tree80dcab1fb6118211073a065d97ed5f9575fc4c50 /libavfilter/af_volume.h
parentc11aa9d29aaea7a9f6952d17707eb549fd32c65e (diff)
parentaaab192df24a90f4450285cfb73b395cf495b462 (diff)
Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462'
* commit 'aaab192df24a90f4450285cfb73b395cf495b462': af_volume: implement replaygain clipping prevention Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 18226b1612..e78e042d09 100644
--- a/libavfilter/af_volume.h
+++ b/libavfilter/af_volume.h
@@ -76,6 +76,7 @@ typedef struct VolumeContext {
enum ReplayGainType replaygain;
double replaygain_preamp;
+ int replaygain_noclip;
double volume;
int volume_i;
int channels;