diff dsputil.h @ 6437:5154ab444372 libavcodec

move draw_edges() into dsputil
author aurel
date Tue, 04 Mar 2008 00:07:41 +0000
parents 3dc36ec2dcad
children e1dd408a7864
line wrap: on
line diff
--- a/dsputil.h	Mon Mar 03 23:14:25 2008 +0000
+++ b/dsputil.h	Tue Mar 04 00:07:41 2008 +0000
@@ -392,6 +392,8 @@
 #define BASIS_SHIFT 16
 #define RECON_SHIFT 6
 
+    void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w);
+
     /* h264 functions */
     void (*h264_idct_add)(uint8_t *dst, DCTELEM *block, int stride);
     void (*h264_idct8_add)(uint8_t *dst, DCTELEM *block, int stride);