aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_convert.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-23 11:26:34 +0200
committerAnton Khirnov <anton@khirnov.net>2015-02-20 09:18:29 +0100
commitc69c8ffa9ec55c94dee7ce69af26b4edbd61647e (patch)
treeb5be56f265cf41571c6a73c624fb482274db7a02 /src/pcm_convert.h
parenta0958b23fb6e0d6ff6056aa05322341000be0f10 (diff)
Drop DSD support for now.
It should be later reintroduces in a less invasive way, e.g. through lavc.
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;