Explorar el Código

cmProc.h : Added cmShiftBuf_str tag to cmShiftBuf.

master
kevin hace 10 años
padre
commit
3d32b3ac51
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      cmProc.h

+ 1
- 1
cmProc.h Ver fichero

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…
Cancelar
Guardar