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:
54eb77c
)
move comment
author
Måns Rullgård
<mans@mansr.com>
Tue, 14 Nov 2006 21:57:27 +0000
(21:57 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Tue, 14 Nov 2006 21:57:27 +0000
(21:57 +0000)
Originally committed as revision 7072 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/internal.h
patch
|
blob
|
history
diff --git
a/libavutil/internal.h
b/libavutil/internal.h
index 8ae20d564de4dea59e9a1e42c0e85219d8f6cc5b..4cb0d2a7e23cdfa81ef8bd69010d27d2f46fe441 100644
(file)
--- a/
libavutil/internal.h
+++ b/
libavutil/internal.h
@@
-100,6
+100,8
@@
#define av_abort() do { av_log(NULL, AV_LOG_ERROR, "Abort at %s:%d\n", __FILE__, __LINE__); abort(); } while (0)
+/* math */
+
extern const uint32_t ff_inverse[256];
#if defined(ARCH_X86)
@@
-130,7
+132,6
@@
extern const uint32_t ff_inverse[256];
# define FASTDIV(a,b) ((a)/(b))
#endif
-/* math */
extern FF_IMPORT_ATTR const uint8_t ff_sqrt_tab[128];
static inline int ff_sqrt(int a)