diff --git a/libavfilter/vf_edgedetect.c b/libavfilter/vf_edgedetect.c index 7316412edd..a4e8d18e5a 100644 --- a/libavfilter/vf_edgedetect.c +++ b/libavfilter/vf_edgedetect.c @@ -368,16 +368,16 @@ static const AVFilterPad edgedetect_inputs[] = { .type = AVMEDIA_TYPE_VIDEO, .config_props = config_props, .filter_frame = filter_frame, - }, - { NULL } + }, + { NULL } }; static const AVFilterPad edgedetect_outputs[] = { - { - .name = "default", - .type = AVMEDIA_TYPE_VIDEO, - }, - { NULL } + { + .name = "default", + .type = AVMEDIA_TYPE_VIDEO, + }, + { NULL } }; AVFilter ff_vf_edgedetect = {