avfilter: fix a few 5 spaces indent

This commit is contained in:
Clément Bœsch
2015-06-07 20:18:15 +02:00
parent 7c453277a3
commit 40cc3be73c
4 changed files with 22 additions and 22 deletions
+7 -7
View File
@@ -222,16 +222,16 @@ static const AVFilterPad codecview_inputs[] = {
.type = AVMEDIA_TYPE_VIDEO,
.filter_frame = filter_frame,
.needs_writable = 1,
},
{ NULL }
},
{ NULL }
};
static const AVFilterPad codecview_outputs[] = {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
},
{ NULL }
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
},
{ NULL }
};
AVFilter ff_vf_codecview = {