# HG changeset patch # User aurel # Date 1204677494 0 # Node ID 208074826b345b1f85f91e9ac377e08369d8f134 # Parent 7fa807dd7958f1ae89d079a23fbaaf2d1051c046 move EDGE_WIDTH definition allong with draw_edges where it belongs diff -r 7fa807dd7958 -r 208074826b34 dsputil.h --- 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); diff -r 7fa807dd7958 -r 208074826b34 mpegvideo.h --- 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