From 288a44fb7a4fb21f9c1e92fc009ad06797ef78d3 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Tue, 4 Mar 2008 23:10:47 +0000 Subject: move ff_emulated_edge_mc() to dsputil Originally committed as revision 12318 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/dsputil.h') diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index bde3a1cf52..8135688af3 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -168,6 +168,10 @@ typedef struct ScanTable{ void ff_init_scantable(uint8_t *, ScanTable *st, const uint8_t *src_scantable); +void ff_emulated_edge_mc(uint8_t *buf, uint8_t *src, int linesize, + int block_w, int block_h, + int src_x, int src_y, int w, int h); + /** * DSPContext. */ -- cgit v1.2.3