diff internal.h @ 779:a0b16768a2f0 libavutil

extend ff_inverse[], and fix its documentation
author lorenm
date Mon, 21 Sep 2009 03:01:57 +0000
parents 9b87c6b537bb
children 7bb15d43372a
line wrap: on
line diff
--- a/internal.h	Wed Sep 09 21:00:51 2009 +0000
+++ b/internal.h	Mon Sep 21 03:01:57 2009 +0000
@@ -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) \