From b405f4e916248874dae9b801910dc94f3dfe68c4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 14 Jul 2013 05:19:44 +0200 Subject: swscale: Add support to specify chroma position Signed-off-by: Michael Niedermayer --- libswscale/swscale_internal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 2241ba5235..02214f3473 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -382,6 +382,10 @@ typedef struct SwsContext { int dst0Alpha; int srcXYZ; int dstXYZ; + int src_h_chr_pos; + int dst_h_chr_pos; + int src_v_chr_pos; + int dst_v_chr_pos; int yuv2rgb_y_offset; int yuv2rgb_y_coeff; int yuv2rgb_v2r_coeff; -- cgit v1.2.3