1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

export for imgconvert usage

Originally committed as revision 67 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2001-08-11 19:00:43 +00:00
parent 219b06c66b
commit 0cfa9713f7
2 changed files with 2 additions and 1 deletions

View 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_y2;
op_pixels_abs_func pix_abs16x16_xy2; 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]; UINT32 squareTbl[512];
extern UINT16 default_intra_matrix[64]; extern UINT16 default_intra_matrix[64];

View File

@ -25,6 +25,7 @@ extern UINT8 zigzag_direct[64];
/* temporary */ /* temporary */
extern UINT32 squareTbl[512]; extern UINT32 squareTbl[512];
extern UINT8 cropTbl[256 + 2 * MAX_NEG_CROP];
void dsputil_init(void); void dsputil_init(void);