From 81a571a8b372c5821687be907cb6088cac117fb0 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 27 Jun 2002 19:17:25 +0000 Subject: -sws 6 (luma bicubic & chroma bilinear) Originally committed as revision 6581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/swscale.h | 1 + 1 file changed, 1 insertion(+) (limited to 'postproc/swscale.h') diff --git a/postproc/swscale.h b/postproc/swscale.h index 59e9160ec5..a3f5595aa4 100644 --- a/postproc/swscale.h +++ b/postproc/swscale.h @@ -23,6 +23,7 @@ #define SWS_X 8 #define SWS_POINT 0x10 #define SWS_AREA 0x20 +#define SWS_BICUBLIN 0x40 #define SWS_SRC_V_CHR_DROP_MASK 0x300 #define SWS_SRC_V_CHR_DROP_SHIFT 8 -- cgit v1.2.3