Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoren Merritt <lorenm@u.washington.edu>2009-09-21 07:01:57 +0400
committerLoren Merritt <lorenm@u.washington.edu>2009-09-21 07:01:57 +0400
commit1a918c08e453a106c6737bca96757e26aade2964 (patch)
tree83c2726cff0d00cc47de7574dddad2ce8b992266 /libavutil
parentd650574e6834ffa881324699341487f21c7cab61 (diff)
extend ff_inverse[], and fix its documentation
Originally committed as revision 19942 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index a129bfb35f..141186bb5f 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -124,7 +124,7 @@
/* math */
-extern const uint32_t ff_inverse[256];
+extern const uint32_t ff_inverse[257];
#if ARCH_X86
# define FASTDIV(a,b) \