summaryrefslogtreecommitdiff
path: root/libavfilter/vf_curves.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_curves.c')
-rw-r--r--libavfilter/vf_curves.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libavfilter/vf_curves.c b/libavfilter/vf_curves.c
index c5bbdfaad9..6356cefa9c 100644
--- a/libavfilter/vf_curves.c
+++ b/libavfilter/vf_curves.c
@@ -532,11 +532,11 @@ static const AVFilterPad curves_inputs[] = {
};
static const AVFilterPad curves_outputs[] = {
- {
- .name = "default",
- .type = AVMEDIA_TYPE_VIDEO,
- },
- { NULL }
+ {
+ .name = "default",
+ .type = AVMEDIA_TYPE_VIDEO,
+ },
+ { NULL }
};
AVFilter avfilter_vf_curves = {