diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-06-23 11:01:25 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-06-23 11:01:25 +0000 |
commit | 3f7bb50cdda2babf036d697887a710efe57d5250 (patch) | |
tree | 2b900488231314edba0fb5727f68eeeb3dffa471 /postproc/swscale.c | |
parent | c7a810cc25bd0a6f9c784e20895d833a8dfa3119 (diff) | |
download | ffmpeg-3f7bb50cdda2babf036d697887a710efe57d5250.tar.gz |
cleanup
Originally committed as revision 6521 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale.c')
-rw-r--r-- | postproc/swscale.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/postproc/swscale.c b/postproc/swscale.c index 5b4953c02c..f21776182a 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -102,8 +102,6 @@ untested special converters //FIXME replace this with something faster #define isPlanarYUV(x) ((x)==IMGFMT_YV12 || (x)==IMGFMT_I420 || (x)==IMGFMT_YVU9) #define isYUV(x) ((x)==IMGFMT_YUY2 || isPlanarYUV(x)) -#define isHalfChrV(x) ((x)==IMGFMT_YV12 || (x)==IMGFMT_I420) -#define isHalfChrH(x) ((x)==IMGFMT_YUY2 || (x)==IMGFMT_YV12 || (x)==IMGFMT_I420) #define isGray(x) ((x)==IMGFMT_Y800) #define isSupportedIn(x) ((x)==IMGFMT_YV12 || (x)==IMGFMT_I420 || (x)==IMGFMT_YUY2 \ || (x)==IMGFMT_BGR32|| (x)==IMGFMT_BGR24|| (x)==IMGFMT_BGR16|| (x)==IMGFMT_BGR15\ |