summaryrefslogtreecommitdiffstats
path: root/player/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/audio.c')
-rw-r--r--player/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/audio.c b/player/audio.c
index c6a0af4e54..e541506778 100644
--- a/player/audio.c
+++ b/player/audio.c
@@ -971,7 +971,7 @@ void fill_audio_out_buffers(struct MPContext *mpctx)
// do it if gapless is forced, mostly for testing).
if (audio_eof && (!opts->gapless_audio ||
(opts->gapless_audio <= 0 && mpctx->video_status != STATUS_EOF)))
- playflags |= AOPLAY_FINAL_CHUNK;
+ playflags |= PLAYER_FINAL_CHUNK;
uint8_t **planes;
int samples;