From: Michael Niedermayer Date: Thu, 31 Jan 2013 18:00:20 +0000 (+0100) Subject: Merge commit 'a5ba798c16d0614d982a76755fdd72b37d437170' X-Git-Tag: android-x86-4.4-r1~6074 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ed341549bbc220eb65d4bb8b9bbc36ab4a3e4ed1;p=android-x86%2Fexternal-ffmpeg.git Merge commit 'a5ba798c16d0614d982a76755fdd72b37d437170' * commit 'a5ba798c16d0614d982a76755fdd72b37d437170': dsputil: remove unused functions copy_block{2, 4, 8, 16}. Merged-by: Michael Niedermayer --- ed341549bbc220eb65d4bb8b9bbc36ab4a3e4ed1 diff --cc libavcodec/dsputil_template.c index 2922883de5,62edd90e8c..7e20995a1d --- a/libavcodec/dsputil_template.c +++ b/libavcodec/dsputil_template.c @@@ -29,60 -29,12 +29,12 @@@ #include "bit_depth_template.c" - static inline void FUNC(copy_block2)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) - { - int i; - for(i=0; i