From 5ce703a6bff77af1be9f2eb2698879c591b403c4 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 6 Apr 2016 14:09:08 -0400 Subject: vf_colorspace: x86-64 SIMD (SSE2) optimizations. --- libavfilter/colorspacedsp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavfilter/colorspacedsp.h') diff --git a/libavfilter/colorspacedsp.h b/libavfilter/colorspacedsp.h index 357111752b..4e70c6c938 100644 --- a/libavfilter/colorspacedsp.h +++ b/libavfilter/colorspacedsp.h @@ -48,4 +48,7 @@ typedef struct ColorSpaceDSPContext { void ff_colorspacedsp_init(ColorSpaceDSPContext *dsp); +/* internal */ +void ff_colorspacedsp_x86_init(ColorSpaceDSPContext *dsp); + #endif /* AVFILTER_COLORSPACEDSP_H */ -- cgit v1.2.3