Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/tinterlace.h')
-rw-r--r--libavfilter/tinterlace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/tinterlace.h b/libavfilter/tinterlace.h
index 8d33452b0d..41b78c5e3c 100644
--- a/libavfilter/tinterlace.h
+++ b/libavfilter/tinterlace.h
@@ -55,4 +55,6 @@ typedef struct {
const uint8_t *srcp_above, const uint8_t *srcp_below);
} TInterlaceContext;
+void ff_tinterlace_init_x86(TInterlaceContext *interlace);
+
#endif /* AVFILTER_TINTERLACE_H */