From b57f9f57240a8143b7c64b8f3e94454dc8895b34 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 23 Apr 2015 20:13:58 +0200 Subject: swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flag This avoids using up a bit of the public flags 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 fad33b2..2299aa5 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -315,6 +315,7 @@ typedef struct SwsContext { double gamma_value; int gamma_flag; + int is_internal_gamma; uint16_t *gamma; uint16_t *inv_gamma; -- cgit v1.1