mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
libavfilter: fix --enable-small
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7c6c4cf2fb
commit
633aa01f72
@ -341,8 +341,8 @@ static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir)
|
|||||||
|
|
||||||
#define DEFINE_LUT_FILTER(name_, description_, init_) \
|
#define DEFINE_LUT_FILTER(name_, description_, init_) \
|
||||||
AVFilter avfilter_vf_##name_ = { \
|
AVFilter avfilter_vf_##name_ = { \
|
||||||
.name = NULL_IF_CONFIG_SMALL(#name_), \
|
.name = #name_, \
|
||||||
.description = description_, \
|
.description = NULL_IF_CONFIG_SMALL(description_), \
|
||||||
.priv_size = sizeof(LutContext), \
|
.priv_size = sizeof(LutContext), \
|
||||||
\
|
\
|
||||||
.init = init_, \
|
.init = init_, \
|
||||||
|
Loading…
Reference in New Issue
Block a user