Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2014-06-11 20:51:49 +0400
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2014-06-13 17:49:59 +0400
commita4bd4733c0af333f2907f6be276b5094891903a0 (patch)
tree41e365a6809354261b5bc028bf94266704160f32 /libswscale/swscale_internal.h
parent681868cbbe8a596860c454d34f259941e0c44d73 (diff)
swscale: Allow the max filter size to be set at compile time
This can help "extreme" resizes, e.g with some 4k stuff. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 42a17e551a..8cf431733a 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -39,7 +39,7 @@
#define YUVRGB_TABLE_HEADROOM 128
-#define MAX_FILTER_SIZE 256
+#define MAX_FILTER_SIZE SWS_MAX_FILTER_SIZE
#define DITHER1XBPP