aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-23 10:59:41 +0200
committerAnton Khirnov <anton@khirnov.net>2015-02-20 09:18:26 +0100
commit7678c48a72c9750e52161fe023521c794068a72b (patch)
treea5e74060e70ca3a7f3ea25a4add287c58a9576a8 /src/decoder_api.c
parent3a3d6f18b34dff582a3529de85ce540660031d85 (diff)
Switch filters to AVFrame.
Remove route filter for now, it should be replaced with lavfi later.
Diffstat (limited to 'src/decoder_api.c')
-rw-r--r--src/decoder_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder_api.c b/src/decoder_api.c
index 35683d95..939e4470 100644
--- a/src/decoder_api.c
+++ b/src/decoder_api.c
@@ -23,7 +23,6 @@
#include "decoder_control.h"
#include "audio_config.h"
#include "song.h"
-#include "buffer.h"
#include "pipe.h"
#include "chunk.h"
#include "replay_gain_config.h"