[BACK]Return to dsp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / sndiod

Diff for /src/usr.bin/sndiod/dsp.c between version 1.11 and 1.12

version 1.11, 2016/10/20 05:29:55 version 1.12, 2016/10/27 04:37:47
Line 467 
Line 467 
 }  }
   
 /*  /*
  * decode "todo" frames from from foreign to native encoding   * decode "todo" frames from foreign to native encoding
  */   */
 void  void
 dec_do(struct conv *p, unsigned char *in, unsigned char *out, int todo)  dec_do(struct conv *p, unsigned char *in, unsigned char *out, int todo)
Line 606 
Line 606 
 }  }
   
 /*  /*
  * overwrite output with "todo" input frames with with the given volume   * overwrite output with "todo" input frames with the given volume
  */   */
 void  void
 cmap_copy(struct cmap *p, void *in, void *out, int vol, int todo)  cmap_copy(struct cmap *p, void *in, void *out, int vol, int todo)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12