diff dsputil.h @ 6449:208074826b34 libavcodec

move EDGE_WIDTH definition allong with draw_edges where it belongs
author aurel
date Wed, 05 Mar 2008 00:38:14 +0000
parents 2b553c57ec51
children 3f96dc62c4b9
line wrap: on
line diff
--- a/dsputil.h	Wed Mar 05 00:07:53 2008 +0000
+++ b/dsputil.h	Wed Mar 05 00:38:14 2008 +0000
@@ -412,6 +412,7 @@
 #define RECON_SHIFT 6
 
     void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w);
+#define EDGE_WIDTH 16
 
     /* h264 functions */
     void (*h264_idct_add)(uint8_t *dst, DCTELEM *block, int stride);