Browse Source

Remove unused fields from SwsContext.

Originally committed as revision 30095 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.6
Ramiro Polla 16 years ago
parent
commit
6f9771d7a6
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libswscale/swscale_internal.h

+ 0
- 1
libswscale/swscale_internal.h View File

@@ -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;


Loading…
Cancel
Save