[FFmpeg-cvslog] r30095 - trunk/libswscale/swscale_internal.h

ramiro subversion
Mon Dec 21 02:30:56 CET 2009


Author: ramiro
Date: Mon Dec 21 02:30:55 2009
New Revision: 30095

Log:
Remove unused fields from SwsContext.

Modified:
   trunk/libswscale/swscale_internal.h

Modified: trunk/libswscale/swscale_internal.h
==============================================================================
--- trunk/libswscale/swscale_internal.h	Sun Dec 20 22:11:39 2009	(r30094)
+++ trunk/libswscale/swscale_internal.h	Mon Dec 21 02:30:55 2009	(r30095)
@@ -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;



More information about the ffmpeg-cvslog mailing list