summaryrefslogtreecommitdiffstats
path: root/audio/out/pull.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/pull.c')
-rw-r--r--audio/out/pull.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/pull.c b/audio/out/pull.c
index 002b74fed6..f559e7d7ea 100644
--- a/audio/out/pull.c
+++ b/audio/out/pull.c
@@ -147,7 +147,7 @@ static int control(struct ao *ao, enum aocontrol cmd, void *arg)
// it takes until the last sample in the buffer reaches the speakers. This is
// used for audio/video synchronization, so it's very important to implement
// this correctly.
-static float get_delay(struct ao *ao)
+static double get_delay(struct ao *ao)
{
struct ao_pull_state *p = ao->api_priv;