Commit 39f103f8 authored by ramiro's avatar ramiro

Remove unused fields from SwsContext.

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@30095 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 9527c671
...@@ -80,7 +80,6 @@ typedef struct SwsContext { ...@@ -80,7 +80,6 @@ typedef struct SwsContext {
int lumXInc, chrXInc; int lumXInc, chrXInc;
int lumYInc, chrYInc; int lumYInc, chrYInc;
enum PixelFormat dstFormat, srcFormat; ///< format 4:2:0 type is always YV12 enum PixelFormat dstFormat, srcFormat; ///< format 4:2:0 type is always YV12
int origDstFormat, origSrcFormat; ///< format
int chrSrcHSubSample, chrSrcVSubSample; int chrSrcHSubSample, chrSrcVSubSample;
int chrDstHSubSample, chrDstVSubSample; int chrDstHSubSample, chrDstVSubSample;
int vChrDrop; int vChrDrop;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment