Browse Source

cmProc.h : Added cmShiftBuf_str tag to cmShiftBuf.

master
kevin 10 years ago
parent
commit
3d32b3ac51
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmProc.h

+ 1
- 1
cmProc.h View File

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

Loading…
Cancel
Save