]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_edgedetect.c
avformat/mov: Stricter sanity checks on the display_matrix
[ffmpeg] / libavfilter / vf_edgedetect.c
index 7316412edd400f3d510483f6936a84224edce921..a4e8d18e5a5e526d1c54bcbb5879d6efc8db3bb4 100644 (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 = {