summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.c b/src/player.c
index 559ada5..6eaf382 100644
--- a/src/player.c
+++ b/src/player.c
@@ -240,7 +240,7 @@ static bool openFilter (player_t * const player) {
/* volume */
if ((ret = avfilter_graph_create_filter (&player->fvolume,
- avfilter_get_by_name ("volume"), NULL, NULL, NULL,
+ avfilter_get_by_name ("volume"), NULL, "0dB", NULL,
player->fgraph)) < 0) {
softfail ("create_filter volume");
}