summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-02-10 15:59:21 -0800
committerMichael Niedermayer <michaelni@gmx.at>2013-02-11 01:03:33 +0100
commitc7e3e55429cba3a9e125be382a9ad3d9f3c1a423 (patch)
tree30e1b1afea7f3da972efa19387d93a12c2cb3bde /libavcodec/dsputil.h
parent55e35c98d5f3159e5902616bdce01add685510b5 (diff)
Move ff_emulated_edge_mc prototypes to videodsp.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index b772b7e56b..f7aa3d8d81 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -139,14 +139,6 @@ void ff_init_scantable(uint8_t *, ScanTable *st, const uint8_t *src_scantable);
void ff_init_scantable_permutation(uint8_t *idct_permutation,
int idct_permutation_type);
-#define EMULATED_EDGE(depth) \
-void ff_emulated_edge_mc_ ## depth (uint8_t *buf, const uint8_t *src, ptrdiff_t linesize,\
- int block_w, int block_h,\
- int src_x, int src_y, int w, int h);
-
-EMULATED_EDGE(8)
-EMULATED_EDGE(16)
-
/**
* DSPContext.
*/