Correct the function casing for DPL2Decoder

Brings it more in-line with the rest of the codebase.
This commit is contained in:
Lioncash
2014-07-14 03:03:05 -04:00
parent dee6f226a3
commit 2c73472671
3 changed files with 36 additions and 29 deletions

View File

@ -4,5 +4,5 @@
#pragma once
void dpl2decode(float *samples, int numsamples, float *out);
void dpl2reset();
void DPL2Decode(float *samples, int numsamples, float *out);
void DPL2Reset();