Browse Source

avfilter/edgedetect: fix indent

tags/n2.6
Clément Bœsch 11 years ago
parent
commit
3b3229aef3
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      libavfilter/vf_edgedetect.c

+ 7
- 7
libavfilter/vf_edgedetect.c View File

@@ -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 = {


Loading…
Cancel
Save