diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-02 22:00:00 -0700 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-03 09:52:09 -0700 |
commit | 983260b0a473f85e3b67a6c64499e409aa5eb67b (patch) | |
tree | 639d974dc3d3becdaffcab77fcedfc11c3583b4a /libswscale/swscale_template.c | |
parent | 075d0ae72c993403bdeb8713f740d1bbb7a1359d (diff) | |
download | ffmpeg-983260b0a473f85e3b67a6c64499e409aa5eb67b.tar.gz |
swscale: split out x86/swscale_template.c from swscale.c.
Diffstat (limited to 'libswscale/swscale_template.c')
-rw-r--r-- | libswscale/swscale_template.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c index d05b9a1929..383f01888f 100644 --- a/libswscale/swscale_template.c +++ b/libswscale/swscale_template.c @@ -467,11 +467,6 @@ inline static void hcscale_c(SwsContext *c, uint16_t *dst1, uint16_t *dst2, int #define DEBUG_SWSCALE_BUFFERS 0 #define DEBUG_BUFFERS(...) if (DEBUG_SWSCALE_BUFFERS) av_log(c, AV_LOG_DEBUG, __VA_ARGS__) -#if HAVE_MMX -static void updateMMXDitherTables(SwsContext *c, int dstY, int lumBufIndex, int chrBufIndex, - int lastInLumBuf, int lastInChrBuf); -#endif - static int swScale_c(SwsContext *c, const uint8_t* src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t* dst[], int dstStride[]) { |