summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-30 15:21:08 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-30 15:21:08 +0000
commit07b2372cc11fce93b4d586c9c57449655fde3c2a (patch)
tree195a6b645b5f7c83050a8e77e433c9fe28750921 /postproc/swscale.h
parentf60af655fb185975a92373e4263f2a862dbcc8da (diff)
downloadmpv-07b2372cc11fce93b4d586c9c57449655fde3c2a.tar.bz2
mpv-07b2372cc11fce93b4d586c9c57449655fde3c2a.tar.xz
YV12 like formats support (I420/IYUV)
bugfixes related to vo_x11 resizeing git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4420 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/swscale.h')
-rw-r--r--postproc/swscale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/postproc/swscale.h b/postproc/swscale.h
index 6ddd5ae44a..755d07e07e 100644
--- a/postproc/swscale.h
+++ b/postproc/swscale.h
@@ -103,6 +103,7 @@ void SwScale_Init();
void freeSwsContext(SwsContext *swsContext);
+SwsContext *getSwsContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);
SwsContext *getSwsContext(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat, int flags,
SwsFilter *srcFilter, SwsFilter *dstFilter);