summaryrefslogtreecommitdiff
path: root/postproc/swscale.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2001-12-06 00:10:42 +0000
committerMichael Niedermayer <michaelni@gmx.at>2001-12-06 00:10:42 +0000
commitc1b0bfb477b274ebd6160d8771b1b41de5aaa1c9 (patch)
tree5cbc6ff1417bb01e4a8555a4c1bb76e2fff2628b /postproc/swscale.h
parente2f5a2a9810832fc4ee9ac77f429e1da3242a609 (diff)
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.h2
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