diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-06-23 10:36:18 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-06-23 10:36:18 +0000 |
commit | c7a810cc25bd0a6f9c784e20895d833a8dfa3119 (patch) | |
tree | ef78cb0ff5cf32b5be676346b10fbe8323a1f077 /postproc/swscale.h | |
parent | 390dffc5ad72886292603f2715d73f6e591a6e49 (diff) | |
download | ffmpeg-c7a810cc25bd0a6f9c784e20895d833a8dfa3119.tar.gz |
selftest support
bugfixes
Originally committed as revision 6518 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale.h')
-rw-r--r-- | postproc/swscale.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/postproc/swscale.h b/postproc/swscale.h index 97584672da..bd28e5b6e6 100644 --- a/postproc/swscale.h +++ b/postproc/swscale.h @@ -43,6 +43,9 @@ typedef struct SwsContext{ int lumXInc, chrXInc; int lumYInc, chrYInc; int dstFormat, srcFormat; + int chrSrcHSubSample, chrSrcVSubSample; + int chrIntHSubSample, chrIntVSubSample; + int chrDstHSubSample, chrDstVSubSample; int16_t **lumPixBuf; int16_t **chrPixBuf; |