diff dsputil.c @ 50:4ea4c10d03d8 libavcodec

export for imgconvert usage
author glantau
date Sat, 11 Aug 2001 19:00:43 +0000
parents 2733a4c1c693
children 4bfc845cdfea
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];