From 6243da0d5036712ad2f53fcdec0ba6c2ada97d7a Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 2 Sep 2006 04:58:51 +0000 Subject: Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. Originally committed as revision 6152 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/dsputil.c') diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 44bad803d5..80361e8f9f 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -2622,10 +2622,6 @@ void ff_vc1dsp_init(DSPContext* c, AVCodecContext *avctx); void ff_put_vc1_mspel_mc00_c(uint8_t *dst, uint8_t *src, int stride, int rnd) { put_pixels8_c(dst, src, stride, 8); } - -void ff_put_vc1_qpel_mc00_c(uint8_t *dst, uint8_t *src, int stride, int rnd) { - put_pixels8_c(dst, src, stride, 8); -} #endif /* CONFIG_VC1_DECODER||CONFIG_WMV3_DECODER */ static void wmv2_mspel8_v_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int w){ -- cgit v1.2.3