changeset 50:4ea4c10d03d8 libavcodec

export for imgconvert usage
author glantau
date Sat, 11 Aug 2001 19:00:43 +0000
parents 0d1f70657c73
children 6ea595d66852
files dsputil.c dsputil.h
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dsputil.c	Sat Aug 11 19:00:05 2001 +0000
+++ b/dsputil.c	Sat Aug 11 19:00:43 2001 +0000
@@ -31,7 +31,7 @@
 op_pixels_abs_func pix_abs16x16_y2;
 op_pixels_abs_func pix_abs16x16_xy2;
 
-static UINT8 cropTbl[256 + 2 * MAX_NEG_CROP];
+UINT8 cropTbl[256 + 2 * MAX_NEG_CROP];
 UINT32 squareTbl[512];
 
 extern UINT16 default_intra_matrix[64];
--- a/dsputil.h	Sat Aug 11 19:00:05 2001 +0000
+++ b/dsputil.h	Sat Aug 11 19:00:43 2001 +0000
@@ -25,6 +25,7 @@
 
 /* temporary */
 extern UINT32 squareTbl[512];
+extern UINT8 cropTbl[256 + 2 * MAX_NEG_CROP];
 
 void dsputil_init(void);