aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm_convert.h')
-rw-r--r--src/pcm_convert.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pcm_convert.h b/src/pcm_convert.h
index 9f4f1a68..01a5c8a6 100644
--- a/src/pcm_convert.h
+++ b/src/pcm_convert.h
@@ -20,9 +20,10 @@
#ifndef PCM_CONVERT_H
#define PCM_CONVERT_H
-#include "pcm_dsd.h"
#include "pcm_dither.h"
+#include <glib.h>
+
#include <libavutil/frame.h>
#include <libavutil/samplefmt.h>
#include <libavresample/avresample.h>
@@ -35,8 +36,6 @@ struct audio_format;
* conversions.
*/
struct pcm_convert_state {
- struct pcm_dsd dsd;
-
AVAudioResampleContext *avr;
enum AVSampleFormat dst_format;
int dst_samplerate;