mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 13:50:58 +00:00
libavfilter: fix --enable-small
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 633aa01f728b3f67b420e9e34ef21a995578d613)
This commit is contained in:
parent
d1bc77d86c
commit
f20f79307b
@ -345,8 +345,8 @@ static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir)
|
||||
|
||||
#define DEFINE_LUT_FILTER(name_, description_, init_) \
|
||||
AVFilter avfilter_vf_##name_ = { \
|
||||
.name = NULL_IF_CONFIG_SMALL(#name_), \
|
||||
.description = description_, \
|
||||
.name = #name_, \
|
||||
.description = NULL_IF_CONFIG_SMALL(description_), \
|
||||
.priv_size = sizeof(LutContext), \
|
||||
\
|
||||
.init = init_, \
|
||||
|
Loading…
Reference in New Issue
Block a user