summaryrefslogtreecommitdiffstats
path: root/audio/out/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/internal.h')
-rw-r--r--audio/out/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/out/internal.h b/audio/out/internal.h
index 7c5647d8fe..4532ff2c0c 100644
--- a/audio/out/internal.h
+++ b/audio/out/internal.h
@@ -24,11 +24,6 @@
#include "audio/out/ao.h"
-// If ao_get_delay() reaches this value after ao_play() was called with the
-// AOPLAY_FINAL_CHUNK flag set, the playback core expects that the audio has
-// all been played.
-#define AO_EOF_DELAY 0.05
-
/* global data used by ao.c and ao drivers */
struct ao {
int samplerate;