# HG changeset patch # User ramiro # Date 1261359055 0 # Node ID ea27997a36351f80d5bb004a185857bf3652f334 # Parent fb44c9cb05fa8790f2d0de1d01211f1b92db23e4 Remove unused fields from SwsContext. diff -r fb44c9cb05fa -r ea27997a3635 libswscale/swscale_internal.h --- a/libswscale/swscale_internal.h Sun Dec 20 21:11:39 2009 +0000 +++ b/libswscale/swscale_internal.h Mon Dec 21 01:30:55 2009 +0000 @@ -80,7 +80,6 @@ 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;