OSDN Git Service

export for imgconvert usage
authorFabrice Bellard <fabrice@bellard.org>
Sat, 11 Aug 2001 19:00:43 +0000 (19:00 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 11 Aug 2001 19:00:43 +0000 (19:00 +0000)
Originally committed as revision 67 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/dsputil.c
libavcodec/dsputil.h

index b0de4d3..4cb781a 100644 (file)
@@ -31,7 +31,7 @@ op_pixels_abs_func pix_abs16x16_x2;
 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];
index ebb4d84..14613ad 100644 (file)
@@ -25,6 +25,7 @@ extern UINT8 zigzag_direct[64];
 
 /* temporary */
 extern UINT32 squareTbl[512];
+extern UINT8 cropTbl[256 + 2 * MAX_NEG_CROP];
 
 void dsputil_init(void);