summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-06 00:10:42 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-06 00:10:42 +0000
commitd8651ac9ff6c9fb670fa6c3f73c651fdc81b9dc0 (patch)
tree263a73a37c0e236f9ec7b8a12d74faa4d75f7fad /postproc/swscale.h
parent31a066491c642aa8dd703116b9fe3c6373453956 (diff)
downloadmpv-d8651ac9ff6c9fb670fa6c3f73c651fdc81b9dc0.tar.bz2
mpv-d8651ac9ff6c9fb670fa6c3f73c651fdc81b9dc0.tar.xz
vertical cubic/linear scaling
prints some info (MMX, dstbpp, ...) mainloop rewritten git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3345 b3059339-0415-0410-9bf9-f77b7e298cf2
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