summaryrefslogtreecommitdiff
path: root/libavfilter/vf_codecview.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_codecview.c')
-rw-r--r--libavfilter/vf_codecview.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libavfilter/vf_codecview.c b/libavfilter/vf_codecview.c
index 27fac3fa97..df45f5515a 100644
--- a/libavfilter/vf_codecview.c
+++ b/libavfilter/vf_codecview.c
@@ -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 = {