changeset 30053:ea27997a3635

Remove unused fields from SwsContext.
author ramiro
date Mon, 21 Dec 2009 01:30:55 +0000
parents fb44c9cb05fa
children 67e244d32f1c
files libswscale/swscale_internal.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;