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

Diff for /src/usr.bin/sndiod/defs.h between version 1.2 and 1.3

version 1.2, 2012/12/07 08:04:58 version 1.3, 2019/06/16 13:45:12
Line 23 
Line 23 
 #define MIDI_BUFSZ              3125    /* 1 second at 31.25kbit/s */  #define MIDI_BUFSZ              3125    /* 1 second at 31.25kbit/s */
   
 /*  /*
  * units used for MTC clock.   * units used for MTC clock. Must allow a quarter of frame to be
    * represented at any of the standard 24, 25, or 30 fps.
  */   */
 #define MTC_SEC                 2400    /* 1 second is 2400 ticks */  #define MTC_SEC                 2400    /* 1 second is 2400 ticks */
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3