From d730dd8c53f58b067de27348b759f7d089f05487 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 10 Sep 2015 17:01:47 +0200 Subject: swscale: Forward colorspace updates to the 2nd cascaded context in case of alphablend The first just does the blending and wouldnt do anything with the colorspace values Signed-off-by: Michael Niedermayer --- libswscale/swscale_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 9676d463d1..721a9cafaa 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -322,6 +322,7 @@ typedef struct SwsContext { uint8_t *cascaded_tmp[4]; int cascaded1_tmpStride[4]; uint8_t *cascaded1_tmp[4]; + int cascaded_mainindex; double gamma_value; int gamma_flag; -- cgit v1.2.1