|
|
|
@@ -80,7 +80,6 @@ typedef struct SwsContext { |
|
|
|
int lumXInc, chrXInc; |
|
|
|
int lumYInc, chrYInc; |
|
|
|
enum PixelFormat dstFormat, srcFormat; ///< format 4:2:0 type is always YV12 |
|
|
|
int origDstFormat, origSrcFormat; ///< format |
|
|
|
int chrSrcHSubSample, chrSrcVSubSample; |
|
|
|
int chrDstHSubSample, chrDstVSubSample; |
|
|
|
int vChrDrop; |
|
|
|
|