Mercurial > mplayer.hg
diff postproc/swscale.h @ 6517:5ac294a77a87
selftest support
bugfixes
author | michael |
---|---|
date | Sun, 23 Jun 2002 10:36:18 +0000 |
parents | eb87391a5292 |
children | 5b3cace64e9d |
line wrap: on
line diff
--- a/postproc/swscale.h Sun Jun 23 09:39:09 2002 +0000 +++ b/postproc/swscale.h Sun Jun 23 10:36:18 2002 +0000 @@ -43,6 +43,9 @@ int lumXInc, chrXInc; int lumYInc, chrYInc; int dstFormat, srcFormat; + int chrSrcHSubSample, chrSrcVSubSample; + int chrIntHSubSample, chrIntVSubSample; + int chrDstHSubSample, chrDstVSubSample; int16_t **lumPixBuf; int16_t **chrPixBuf;