summaryrefslogtreecommitdiff
path: root/libavfilter/blend.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-02-10 09:05:30 +0000
committerTimothy Gu <timothygu99@gmail.com>2016-02-14 10:46:56 -0800
commit8c56a4a1ed7d90004a33bab02a1c6e5669718d11 (patch)
tree1500efc81c450fdff2ba3e745764b280d7e27059 /libavfilter/blend.h
parent8395b6eeaa279cff5c1c5d2b2ddfd5be087ca3ee (diff)
vf_blend: Move C dsp function mapping to separate function
Diffstat (limited to 'libavfilter/blend.h')
-rw-r--r--libavfilter/blend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/blend.h b/libavfilter/blend.h
index 7003505d0a..ccef13618e 100644
--- a/libavfilter/blend.h
+++ b/libavfilter/blend.h
@@ -71,6 +71,7 @@ typedef struct FilterParams {
struct FilterParams *param, double *values);
} FilterParams;
+void ff_blend_init(FilterParams *param, int is_16bit);
void ff_blend_init_x86(FilterParams *param, int is_16bit);
#endif /* AVFILTER_BLEND_H */