summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-10-23 19:19:57 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-10-23 19:31:55 +0200
commit76a349067271577d01ae09e040cd7a1e0866a3c9 (patch)
tree4d440831ec6973868f75ab65576b710a0714a370 /libswscale/swscale_internal.h
parent74fdb7a0f814c77507b22765f7e3bef861a7d006 (diff)
sws: add yuv2yuvX() back and updated to the just 1 plane API
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 2e7f0cbc4a..fb63ccdb29 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -412,6 +412,7 @@ typedef struct SwsContext {
#if HAVE_VIS
DECLARE_ALIGNED(8, uint64_t, sparc_coeffs)[10];
#endif
+ int use_mmx_vfilter;
/* function pointers for swScale() */
yuv2planar1_fn yuv2plane1;