diff postproc/swscale_internal.h @ 9697:5025150738eb

10000l (YUV vs. YVU swscale fix/cleanup)
author michael
date Thu, 27 Mar 2003 16:04:53 +0000
parents bc5b87370cd1
children 99aec27d3618
line wrap: on
line diff
--- a/postproc/swscale_internal.h	Wed Mar 26 23:59:07 2003 +0000
+++ b/postproc/swscale_internal.h	Thu Mar 27 16:04:53 2003 +0000
@@ -35,7 +35,8 @@
 	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;