[FFmpeg-cvslog] r13443 - trunk/libavcodec/ra144.c
diego
subversion
Tue May 27 01:11:27 CEST 2008
Author: diego
Date: Tue May 27 01:11:24 2008
New Revision: 13443
Log:
cosmetics: typo
Modified:
trunk/libavcodec/ra144.c
Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c (original)
+++ trunk/libavcodec/ra144.c Tue May 27 01:11:24 2008
@@ -57,7 +57,7 @@ static int ra144_decode_init(AVCodecCont
}
/**
- * Evaluate sqrt(x << 24). x must fit in 20 bits. This value is evaluated in a
+ * Evaluate sqrt(x << 24). x must fit in 20 bits. This value is evaluated in an
* odd way to make the output identical to the binary decoder.
*/
static int t_sqrt(unsigned int x)
More information about the ffmpeg-cvslog
mailing list