summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-12 18:49:36 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-12 18:49:36 +0000
commit36cd3069073f78907b8ad3fd12c5faf8070a5cc6 (patch)
treee841339216fd846fd8ddb337b091349c1b9f704e /libavcodec/dsputil.c
parent7e2447028cc9ba184e2be530288ddd1ee959a852 (diff)
rename inverse -> ff_inverse
Originally committed as revision 6990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r--libavcodec/dsputil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c
index 56c42b98ac..82d5dde65e 100644
--- a/libavcodec/dsputil.c
+++ b/libavcodec/dsputil.c
@@ -93,7 +93,7 @@ const uint8_t ff_alternate_vertical_scan[64] = {
};
/* a*inverse[b]>>32 == a/b for all 0<=a<=65536 && 2<=b<=255 */
-const uint32_t inverse[256]={
+const uint32_t ff_inverse[256]={
0, 4294967295U,2147483648U,1431655766, 1073741824, 858993460, 715827883, 613566757,
536870912, 477218589, 429496730, 390451573, 357913942, 330382100, 306783379, 286331154,
268435456, 252645136, 238609295, 226050911, 214748365, 204522253, 195225787, 186737709,