pcm_dsd: convert to C++

This commit is contained in:
Max Kellermann
2013-07-29 07:56:40 +02:00
parent 43166130b5
commit cac3c159bc
8 changed files with 60 additions and 70 deletions

View File

@@ -21,9 +21,9 @@
#define PCM_CONVERT_HXX
#include "PcmDither.hxx"
#include "PcmDsd.hxx"
extern "C" {
#include "pcm_dsd.h"
#include "pcm_resample.h"
#include "pcm_buffer.h"
}
@@ -38,7 +38,7 @@ struct audio_format;
* conversions.
*/
class PcmConvert {
struct pcm_dsd dsd;
PcmDsd dsd;
struct pcm_resample_state resample;