Mercurial > libavutil.hg
changeset 143:bec4c3d175da libavutil
move comment
author | mru |
---|---|
date | Tue, 14 Nov 2006 21:57:27 +0000 |
parents | fc9585825391 |
children | daeb1d7eec41 |
files | internal.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/internal.h Tue Nov 14 20:00:55 2006 +0000 +++ b/internal.h Tue Nov 14 21:57:27 2006 +0000 @@ -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 @@ # 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)