diff options
author | Jindřich Makovička <makovick@gmail.com> | 2005-04-24 07:47:41 +0000 |
---|---|---|
committer | Jindřich Makovička <makovick@gmail.com> | 2005-04-24 07:47:41 +0000 |
commit | e63ac25d05587df64f615e548543fc5f0e8c33b9 (patch) | |
tree | 01e68e6c1631e77953f1311f4ccaad8a23d99be1 /postproc/swscale_internal.h | |
parent | 4719d1f3811c3e7e9caaa35aff0ffcf91cd22718 (diff) | |
download | ffmpeg-e63ac25d05587df64f615e548543fc5f0e8c33b9.tar.gz |
support for both orderings of the slices (top->down / bottom->up)
Originally committed as revision 15249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale_internal.h')
-rw-r--r-- | postproc/swscale_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postproc/swscale_internal.h b/postproc/swscale_internal.h index d1fae26669..fff873297c 100644 --- a/postproc/swscale_internal.h +++ b/postproc/swscale_internal.h @@ -60,6 +60,7 @@ typedef struct SwsContext{ int chrIntHSubSample, chrIntVSubSample; int chrDstHSubSample, chrDstVSubSample; int vChrDrop; + int sliceDir; double param[2]; int16_t **lumPixBuf; |