diff libswscale/swscale_internal.h @ 29393:853373376acb

Remove unused variables.
author ramiro
date Tue, 21 Jul 2009 20:17:15 +0000
parents c2c83f344012
children 2d985cc879c9
line wrap: on
line diff
--- a/libswscale/swscale_internal.h	Tue Jul 21 08:20:22 2009 +0000
+++ b/libswscale/swscale_internal.h	Tue Jul 21 20:17:15 2009 +0000
@@ -82,7 +82,6 @@
     enum PixelFormat dstFormat, srcFormat;  ///< format 4:2:0 type is always YV12
     int origDstFormat, origSrcFormat;       ///< format
     int chrSrcHSubSample, chrSrcVSubSample;
-    int chrIntHSubSample, chrIntVSubSample;
     int chrDstHSubSample, chrDstVSubSample;
     int vChrDrop;
     int sliceDir;