diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2001-12-06 00:10:42 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2001-12-06 00:10:42 +0000 |
commit | c1b0bfb477b274ebd6160d8771b1b41de5aaa1c9 (patch) | |
tree | 5cbc6ff1417bb01e4a8555a4c1bb76e2fff2628b /postproc/swscale.h | |
parent | e2f5a2a9810832fc4ee9ac77f429e1da3242a609 (diff) | |
download | ffmpeg-c1b0bfb477b274ebd6160d8771b1b41de5aaa1c9.tar.gz |
vertical cubic/linear scaling
prints some info (MMX, dstbpp, ...)
mainloop rewritten
Originally committed as revision 3345 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale.h')
-rw-r--r-- | postproc/swscale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/swscale.h b/postproc/swscale.h index 2c75a9007c..2757ba5f20 100644 --- a/postproc/swscale.h +++ b/postproc/swscale.h @@ -11,4 +11,4 @@ void SwScale_YV12slice(unsigned char* srcptr[],int stride[], int srcSliceY, int srcSliceH, uint8_t* dstptr[], int dststride, int dstbpp, int srcW, int srcH, int dstW, int dstH); // generating tables -void SwScale_Init(); +void SwScale_Init();
\ No newline at end of file |