aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_convert.h
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/pcm_convert.h
parent3a3d6f18b34dff582a3529de85ce540660031d85 (diff)
Switch filters to AVFrame.
Remove route filter for now, it should be replaced with lavfi later.
Diffstat (limited to 'src/pcm_convert.h')
-rw-r--r--src/pcm_convert.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pcm_convert.h b/src/pcm_convert.h
index b9b1af17..9f4f1a68 100644
--- a/src/pcm_convert.h
+++ b/src/pcm_convert.h
@@ -22,7 +22,6 @@
#include "pcm_dsd.h"
#include "pcm_dither.h"
-#include "pcm_buffer.h"
#include <libavutil/frame.h>
#include <libavutil/samplefmt.h>