comparison libaf/af_format_ulaw.c @ 24595:85f669a84e7a

cosmetics: misc typo fixes
author diego
date Tue, 25 Sep 2007 16:34:23 +0000
parents 904e3f3f8bee
children b0e5772d519e
comparison
equal deleted inserted replaced
24594:6b9c9c305324 24595:85f669a84e7a
772 } 772 }
773 } 773 }
774 return AF_OK; 774 return AF_OK;
775 } 775 }
776 776
777 /* Convert from singed int8 to singned int32 or float to ulaw */ 777 /* Convert from signed int8 to signed int32 or float to ulaw */
778 static int to_ulaw(void* in, void* out, int len, int bps, int format) 778 static int to_ulaw(void* in, void* out, int len, int bps, int format)
779 { 779 {
780 register int i; 780 register int i;
781 // Make sure the input parametrs are OK 781 // Make sure the input parametrs are OK
782 if(format & (AF_FORMAT_SPECIAL_MASK | AF_FORMAT_US)) 782 if(format & (AF_FORMAT_SPECIAL_MASK | AF_FORMAT_US))