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 a17aa10f02..7ebdf7bb6d 100644
--- a/audio/out/internal.h
+++ b/audio/out/internal.h
@@ -25,11 +25,6 @@
#include "audio/chmap.h"
#include "audio/chmap_sel.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;