# HG changeset patch # User diego # Date 1211885483 0 # Node ID 8b0db8b07a21be0257ec2c72df2aef707dd09c9e # Parent 86e3dce7f7239b8e3077202ac33b389e57f0ec64 cosmetics: typo fixes diff -r 86e3dce7f723 -r 8b0db8b07a21 ra144.c --- a/ra144.c Tue May 27 00:43:39 2008 +0000 +++ b/ra144.c Tue May 27 10:51:23 2008 +0000 @@ -41,7 +41,7 @@ unsigned int *lpc_coef_old; //< previous frame LPC coefficients unsigned int buffer[5]; - uint16_t adapt_cb[148]; //< Adaptative codebook + uint16_t adapt_cb[148]; //< adaptive codebook } RA144Context; static int ra144_decode_init(AVCodecContext * avctx) @@ -208,7 +208,7 @@ { uint16_t buffer_a[40]; uint16_t *block; - int cba_idx = get_bits(gb, 7); // Index of the adaptative CB. 0 if none. + int cba_idx = get_bits(gb, 7); // index of the adaptive CB, 0 if none int gain = get_bits(gb, 8); int cb1_idx = get_bits(gb, 7); int cb2_idx = get_bits(gb, 7);