support for both orderings of the slices (top->down / bottom->up)

Originally committed as revision 15249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
Jindřich Makovička
2005-04-24 07:47:41 +00:00
parent 4719d1f381
commit e63ac25d05
2 changed files with 29 additions and 4 deletions

View File

@@ -60,6 +60,7 @@ typedef struct SwsContext{
int chrIntHSubSample, chrIntVSubSample;
int chrDstHSubSample, chrDstVSubSample;
int vChrDrop;
int sliceDir;
double param[2];
int16_t **lumPixBuf;