mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
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:
@@ -60,6 +60,7 @@ typedef struct SwsContext{
|
||||
int chrIntHSubSample, chrIntVSubSample;
|
||||
int chrDstHSubSample, chrDstVSubSample;
|
||||
int vChrDrop;
|
||||
int sliceDir;
|
||||
double param[2];
|
||||
|
||||
int16_t **lumPixBuf;
|
||||
|
||||
Reference in New Issue
Block a user