From c9c57af5f7995946007a029c1d21f7bc6834f1d0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 1 Mar 2012 00:57:33 +0100 Subject: pcm_convert: support the DSD format --- src/pcm_convert.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pcm_convert.h') diff --git a/src/pcm_convert.h b/src/pcm_convert.h index 41a9f9380..0a0f85681 100644 --- a/src/pcm_convert.h +++ b/src/pcm_convert.h @@ -20,6 +20,7 @@ #ifndef PCM_CONVERT_H #define PCM_CONVERT_H +#include "pcm_dsd.h" #include "pcm_resample.h" #include "pcm_dither.h" #include "pcm_buffer.h" @@ -32,6 +33,8 @@ struct audio_format; * conversions. */ struct pcm_convert_state { + struct pcm_dsd dsd; + struct pcm_resample_state resample; struct pcm_dither dither; -- cgit v1.2.3