From 20faf3dc0d48c4daf2f29322f961ed18b6d82ae4 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Mar 2003 16:04:53 +0000 Subject: 10000l (YUV vs. YVU swscale fix/cleanup) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9698 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/swscale_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'postproc/swscale_internal.h') diff --git a/postproc/swscale_internal.h b/postproc/swscale_internal.h index 84f6db96a2..85caead3ad 100644 --- a/postproc/swscale_internal.h +++ b/postproc/swscale_internal.h @@ -35,7 +35,8 @@ typedef struct SwsContext{ int chrSrcW, chrSrcH, chrDstW, chrDstH; int lumXInc, chrXInc; int lumYInc, chrYInc; - int dstFormat, srcFormat; + int dstFormat, srcFormat; ///< format 4:2:0 type is allways YV12 + int origDstFormat, origSrcFormat; ///< format int chrSrcHSubSample, chrSrcVSubSample; int chrIntHSubSample, chrIntVSubSample; int chrDstHSubSample, chrDstVSubSample; -- cgit v1.2.3