summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorbalance.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_colorbalance.c')
-rw-r--r--libavfilter/vf_colorbalance.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/libavfilter/vf_colorbalance.c b/libavfilter/vf_colorbalance.c
index 74ee4d4409..ca6c781c99 100644
--- a/libavfilter/vf_colorbalance.c
+++ b/libavfilter/vf_colorbalance.c
@@ -185,20 +185,20 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static const AVFilterPad colorbalance_inputs[] = {
{
- .name = "default",
- .type = AVMEDIA_TYPE_VIDEO,
- .filter_frame = filter_frame,
+ .name = "default",
+ .type = AVMEDIA_TYPE_VIDEO,
+ .filter_frame = filter_frame,
},
{ NULL }
};
static const AVFilterPad colorbalance_outputs[] = {
- {
- .name = "default",
- .type = AVMEDIA_TYPE_VIDEO,
- .config_props = config_output,
- },
- { NULL }
+ {
+ .name = "default",
+ .type = AVMEDIA_TYPE_VIDEO,
+ .config_props = config_output,
+ },
+ { NULL }
};
AVFilter avfilter_vf_colorbalance = {