summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-12 20:36:37 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-12 20:36:37 +0100
commit8f6c03d93af6501c960360c77fd7540380e535dc (patch)
tree4d56f6fbf9dd14bbc219aac4bd435389d20ddb4b /deadbeef.h
parenta2589162ebec9956ea0c7308194bdc27b8a3868b (diff)
added softvolume for all supported output formats; moved softvolume from output plugins to streamer
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index bd1655c7..02401f5e 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -749,6 +749,9 @@ typedef struct DB_output_s {
// parameters of current output
ddb_waveformat_t fmt;
+
+ // set to 1 if volume control is done internally by plugin
+ int has_volume;
} DB_output_t;
// dsp plugin