summaryrefslogtreecommitdiff
path: root/libavfilter/vf_owdenoise.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_owdenoise.c')
-rw-r--r--libavfilter/vf_owdenoise.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libavfilter/vf_owdenoise.c b/libavfilter/vf_owdenoise.c
index f91bbe5db1..d4e90f860d 100644
--- a/libavfilter/vf_owdenoise.c
+++ b/libavfilter/vf_owdenoise.c
@@ -315,11 +315,11 @@ static const AVFilterPad owdenoise_inputs[] = {
};
static const AVFilterPad owdenoise_outputs[] = {
- {
- .name = "default",
- .type = AVMEDIA_TYPE_VIDEO,
- },
- { NULL }
+ {
+ .name = "default",
+ .type = AVMEDIA_TYPE_VIDEO,
+ },
+ { NULL }
};
AVFilter ff_vf_owdenoise = {