comparison ra144.c @ 6902:b6e110c575ff libavcodec

cosmetics: typo
author diego
date Mon, 26 May 2008 23:11:24 +0000
parents 9333cbdc4524
children 8b0db8b07a21
comparison
equal deleted inserted replaced
6901:a2449742ca2a 6902:b6e110c575ff
55 55
56 return 0; 56 return 0;
57 } 57 }
58 58
59 /** 59 /**
60 * Evaluate sqrt(x << 24). x must fit in 20 bits. This value is evaluated in a 60 * Evaluate sqrt(x << 24). x must fit in 20 bits. This value is evaluated in an
61 * odd way to make the output identical to the binary decoder. 61 * odd way to make the output identical to the binary decoder.
62 */ 62 */
63 static int t_sqrt(unsigned int x) 63 static int t_sqrt(unsigned int x)
64 { 64 {
65 int s = 0; 65 int s = 0;