projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
756a01f
)
cosmetics: typo
author
Diego Biurrun
<diego@biurrun.de>
Mon, 26 May 2008 23:11:24 +0000
(23:11 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 26 May 2008 23:11:24 +0000
(23:11 +0000)
Originally committed as revision 13443 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ra144.c
patch
|
blob
|
history
diff --git
a/libavcodec/ra144.c
b/libavcodec/ra144.c
index 86fb43f5102f2ad6eb7393e9a7943cba6dd40041..f4da89d8ba6ea4df638d340e0a3409e9c7aea7d7 100644
(file)
--- a/
libavcodec/ra144.c
+++ b/
libavcodec/ra144.c
@@
-57,7
+57,7
@@
static int ra144_decode_init(AVCodecContext * avctx)
}
/**
- * 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 a
n
* odd way to make the output identical to the binary decoder.
*/
static int t_sqrt(unsigned int x)