summaryrefslogtreecommitdiffstats
path: root/audio/filter/control.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-10-26 12:51:52 +0200
committerwm4 <wm4@nowhere>2013-10-26 13:36:34 +0200
commit3b5657f0c156def89ae30cc73333eb2c2feddd39 (patch)
treef512c3bc2c2cc08ad6d676f34930f12a583ce4ad /audio/filter/control.h
parent1fb1868afeb121a3dcf12fd6f3fb307cfcf0ca4d (diff)
downloadmpv-3b5657f0c156def89ae30cc73333eb2c2feddd39.tar.bz2
mpv-3b5657f0c156def89ae30cc73333eb2c2feddd39.tar.xz
af_volume: remove unused features
Roughly follows MPlayer svn commits 36492 and 36493. We also remove the volume peak reporting. (There are much better libavfilter filters for this, I think.)
Diffstat (limited to 'audio/filter/control.h')
-rw-r--r--audio/filter/control.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/filter/control.h b/audio/filter/control.h
index aa1900d106..562dce2dd4 100644
--- a/audio/filter/control.h
+++ b/audio/filter/control.h
@@ -56,9 +56,6 @@ typedef struct af_control_ext_s{
// OPTIONAL CALLS
-// Called just before destruction of a filter
-#define AF_CONTROL_PRE_DESTROY 0x00000200 | AF_CONTROL_OPTIONAL
-
/* Commandline parameters. If there were any commandline parameters
for this specific filter, they will be given as a char* in the
argument */