git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c6c4cf
)
libavfilter: fix --enable-small
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 21 Jul 2011 09:00:47 +0000
(11:00 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 21 Jul 2011 09:00:47 +0000
(11:00 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/vf_lut.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_lut.c
b/libavfilter/vf_lut.c
index
a1f93ff
..
bc74a9d
100644
(file)
--- a/
libavfilter/vf_lut.c
+++ b/
libavfilter/vf_lut.c
@@
-341,8
+341,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_, \