Re: [Musicpd-dev-team] [PATCH] Add support for DSF files to DSDIFF decoder - v2

2012-04-20 Thread Max Kellermann
On 2012/04/19 19:49, Jurgen Kramer wrote: > struct dsdiff_metadata { > unsigned sample_rate, channels; > + bool fileisdff; > + uint32_t bitreverse; This should be a bool, uint32_t is an odd choice. > + uint64_t chunk_size; > }; > > static bool lsbitfirst; > > +struct dsd

[Musicpd-dev-team] [PATCH] Add support for DSF files to DSDIFF decoder - v2

2012-04-19 Thread Jurgen Kramer
Attached is version 2 of the patch which adds support for DSF files to the DSDIFF decoder. It can be used in conjunction with DSD2PCM and DSD-over-USB. Changes from v1 patch: - Removed currently unused variables - Removed warning messages - Included update to doc/user.xml As agreed upon with Max