|
@@ -44,7 +44,7 @@ extern "C" {
|
44
|
44
|
//------------------------------------------------------------------------------------------------------------
|
45
|
45
|
/// The buffer is intended to synchronize sample block rates between processes and to provide an overlapped
|
46
|
46
|
/// input buffer.
|
47
|
|
- typedef struct
|
|
47
|
+ typedef struct cmShiftBuf_str
|
48
|
48
|
{
|
49
|
49
|
cmObj obj;
|
50
|
50
|
unsigned bufSmpCnt; // wndSmpCnt + hopSmpCnt
|