git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec3640b
)
include memory.h
author
kramm
<kramm>
Wed, 4 Feb 2004 09:52:42 +0000
(09:52 +0000)
committer
kramm
<kramm>
Wed, 4 Feb 2004 09:52:42 +0000
(09:52 +0000)
lib/h.263/dct.c
patch
|
blob
|
history
diff --git
a/lib/h.263/dct.c
b/lib/h.263/dct.c
index
823d359
..
de3eafa
100644
(file)
--- a/
lib/h.263/dct.c
+++ b/
lib/h.263/dct.c
@@
-18,6
+18,8
@@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+#include <memory.h>
+
int zigzagtable[64] = {
0, 1, 5, 6, 14, 15, 27, 28,
2, 4, 7, 13, 16, 26, 29, 42,