diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 730a050a88f47b2bb29d02dfd44126f79801fdc2..921b892a8a231aa1aa253c24bd1d81bb7f53fe25 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -418,7 +418,7 @@ typedef struct SwsContext { #define V_OFFSET "10*8" #define LUM_MMX_FILTER_OFFSET "11*8" #define CHR_MMX_FILTER_OFFSET "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE) -#define DSTW_OFFSET "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2" //do not change, it is hardcoded in the ASM +#define DSTW_OFFSET "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2" #define ESP_OFFSET "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+8" #define VROUNDER_OFFSET "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+16" #define U_TEMP "11*8+4*4*"AV_STRINGIFY(MAX_FILTER_SIZE)"*2+24"