summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2011-01-26 22:35:56 -0500
committerMichael Niedermayer <michaelni@gmx.at>2011-01-30 03:41:01 +0100
commitd23e3e5fea78420fecacbe3719e8d7928b591504 (patch)
tree25a084528b21a442ca64e7d64b537f06f1fd172d /libavcodec/vp56.c
parentefcc10645525e7b5c2f3d7d46ecf6b5d267867f5 (diff)
Move ff_emulated_edge_mc() into DSPContext.
(cherry picked from commit 2e279598793133ee9c57fd0026d672f076fde4bf)
Diffstat (limited to 'libavcodec/vp56.c')
-rw-r--r--libavcodec/vp56.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp56.c b/libavcodec/vp56.c
index 2e5f2d664a..3412e3dce2 100644
--- a/libavcodec/vp56.c
+++ b/libavcodec/vp56.c
@@ -337,7 +337,7 @@ static void vp56_mc(VP56Context *s, int b, int plane, uint8_t *src,
if (x<0 || x+12>=s->plane_width[plane] ||
y<0 || y+12>=s->plane_height[plane]) {
- ff_emulated_edge_mc(s->edge_emu_buffer,
+ s->dsp.emulated_edge_mc(s->edge_emu_buffer,
src + s->block_offset[b] + (dy-2)*stride + (dx-2),
stride, 12, 12, x, y,
s->plane_width[plane],