From 9e31729d692f1e721b7ed1a3a0f51b68c064d68f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 7 Feb 2013 21:12:49 +0100 Subject: [PATCH] dsputil: Drop unused functions copy_block{2|4|16} --- libavcodec/dsputil.h | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 675fe29d84..d42518c522 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -515,28 +515,6 @@ static int name16(void /*MpegEncContext*/ *s, uint8_t *dst, uint8_t *src, int st } -static inline void copy_block2(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) -{ - int i; - for(i=0; i