diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-11-15 03:49:37 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-15 04:02:33 +0100 |
commit | fb3eb573699e3eec76393ca6d5bdf86b7ac5e349 (patch) | |
tree | 349952c210ddb9671db4e19e0d3e7199676edb84 /libavfilter/tinterlace.h | |
parent | 18b46ecc93bf07663431ae561118990b525bc103 (diff) | |
download | ffmpeg-fb3eb573699e3eec76393ca6d5bdf86b7ac5e349.tar.gz |
avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_sse2()
Based-on: 2e1704059ae8625beda2ffde847ad22c5ba416dc by Kieran Kunhya
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/tinterlace.h')
-rw-r--r-- | libavfilter/tinterlace.h | 2 |
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 */ |