diff options
author | Ramiro Polla | 2009-12-21 01:30:55 +0000 |
---|---|---|
committer | Ramiro Polla | 2009-12-21 01:30:55 +0000 |
commit | 6f9771d7a67e1ecef0eee1a38fafb080b7641387 (patch) | |
tree | 7f0b8793bc569927b4d7fc83a798d3f11d6b7107 /libswscale/swscale_internal.h | |
parent | d3243d14311ca57d5fc70cd0d7f725f23b23b2f4 (diff) |
Remove unused fields from SwsContext.
Originally committed as revision 30095 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 00be973fc0..f60ffb0a11 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -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; |