summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-09-10 17:01:47 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-09-10 17:05:20 +0200
commitd730dd8c53f58b067de27348b759f7d089f05487 (patch)
treec8073bd3fffe5b6350abfb0b090f859b4340c690 /libswscale/swscale_internal.h
parent21c7272859134734c6bda17ae0e973b23f20694d (diff)
downloadffmpeg-streaming-d730dd8c53f58b067de27348b759f7d089f05487.zip
ffmpeg-streaming-d730dd8c53f58b067de27348b759f7d089f05487.tar.gz
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 <michael@niedermayer.cc>
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 9676d46..721a9ca 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;
OpenPOWER on IntegriCloud