comparison libswscale/swscale_internal.h @ 29393:853373376acb

Remove unused variables.
author ramiro
date Tue, 21 Jul 2009 20:17:15 +0000
parents c2c83f344012
children 2d985cc879c9
comparison
equal deleted inserted replaced
29392:cd3ec59296a0 29393:853373376acb
80 int lumXInc, chrXInc; 80 int lumXInc, chrXInc;
81 int lumYInc, chrYInc; 81 int lumYInc, chrYInc;
82 enum PixelFormat dstFormat, srcFormat; ///< format 4:2:0 type is always YV12 82 enum PixelFormat dstFormat, srcFormat; ///< format 4:2:0 type is always YV12
83 int origDstFormat, origSrcFormat; ///< format 83 int origDstFormat, origSrcFormat; ///< format
84 int chrSrcHSubSample, chrSrcVSubSample; 84 int chrSrcHSubSample, chrSrcVSubSample;
85 int chrIntHSubSample, chrIntVSubSample;
86 int chrDstHSubSample, chrDstVSubSample; 85 int chrDstHSubSample, chrDstVSubSample;
87 int vChrDrop; 86 int vChrDrop;
88 int sliceDir; 87 int sliceDir;
89 double param[2]; 88 double param[2];
90 89