diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-03-05 00:38:14 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-03-05 00:38:14 +0000 |
commit | cbcd6c8ca9bc9a36d990589c3a2bb7100b90ec3b (patch) | |
tree | 1e0424e1a451c173adc7d54769019add78c3fa43 /libavcodec/dsputil.h | |
parent | d37f007d54b69a1f13142e14f42246e8a4422e63 (diff) | |
download | ffmpeg-cbcd6c8ca9bc9a36d990589c3a2bb7100b90ec3b.tar.gz |
move EDGE_WIDTH definition allong with draw_edges where it belongs
Originally committed as revision 12322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 8135688af3..07ac23f2e8 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -412,6 +412,7 @@ typedef struct DSPContext { #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); |