From 0e02b381b4850bbc5b8e1ce6e17447968a2ae8b5 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 17 Jan 2013 22:02:58 -0800 Subject: Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. The function is never used. --- libavcodec/vp3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp3.c') diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index 9417535314..58db8908db 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -1564,7 +1564,7 @@ static void render_slice(Vp3DecodeContext *s, int slice) motion_source, stride, 8); }else{ int d= (motion_x ^ motion_y)>>31; // d is 0 if motion_x and _y have the same sign, else -1 - s->dsp.put_no_rnd_pixels_l2[1]( + s->dsp.put_no_rnd_pixels_l2( output_plane + first_pixel, motion_source - d, motion_source + stride + 1 + d, -- cgit v1.2.3