decoder/dsf: fix indent
This commit is contained in:
parent
6e84a03a35
commit
880ce080b7
@ -219,9 +219,9 @@ dsf_to_pcm_order(uint8_t *dest, uint8_t *scratch, size_t nrbytes)
|
|||||||
*/
|
*/
|
||||||
static bool
|
static bool
|
||||||
dsf_decode_chunk(Decoder &decoder, InputStream &is,
|
dsf_decode_chunk(Decoder &decoder, InputStream &is,
|
||||||
unsigned channels,
|
unsigned channels,
|
||||||
uint64_t chunk_size,
|
uint64_t chunk_size,
|
||||||
bool bitreverse)
|
bool bitreverse)
|
||||||
{
|
{
|
||||||
uint8_t buffer[8192];
|
uint8_t buffer[8192];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user