[FFmpeg-cvslog] avfilter/edgedetect: fix indent
Clément Bœsch
git at videolan.org
Thu Jan 15 11:40:00 CET 2015
ffmpeg | branch: master | Clément Bœsch <clement at stupeflix.com> | Thu Jan 15 11:39:41 2015 +0100| [3b3229aef322f2348c8e9e389a22d7b7fd7ef7f4] | committer: Clément Bœsch
avfilter/edgedetect: fix indent
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b3229aef322f2348c8e9e389a22d7b7fd7ef7f4
---
libavfilter/vf_edgedetect.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/libavfilter/vf_edgedetect.c b/libavfilter/vf_edgedetect.c
index 7316412..a4e8d18 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 = {
More information about the ffmpeg-cvslog
mailing list