diff dsputil.h @ 4176:23da44e8fd05 libavcodec

rename cropTbl -> ff_cropTbl
author mru
date Sun, 12 Nov 2006 20:08:09 +0000
parents c8c591fe26f8
children 46d38e3d7038
line wrap: on
line diff
--- a/dsputil.h	Sun Nov 12 20:01:50 2006 +0000
+++ b/dsputil.h	Sun Nov 12 20:08:09 2006 +0000
@@ -75,7 +75,7 @@
 
 /* temporary */
 extern uint32_t squareTbl[512];
-extern uint8_t cropTbl[256 + 2 * MAX_NEG_CROP];
+extern uint8_t ff_cropTbl[256 + 2 * MAX_NEG_CROP];
 
 /* VP3 DSP functions */
 void ff_vp3_idct_c(DCTELEM *block/* align 16*/);