changeset 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 7fa807dd7958
children c32be43b52b2
files dsputil.h mpegvideo.h
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
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);
--- a/mpegvideo.h	Wed Mar 05 00:07:53 2008 +0000
+++ b/mpegvideo.h	Wed Mar 05 00:38:14 2008 +0000
@@ -45,8 +45,6 @@
     FMT_H264,
 };
 
-#define EDGE_WIDTH 16
-
 #define MPEG_BUF_SIZE (16 * 1024)
 
 #define QMAT_SHIFT_MMX 16