summaryrefslogtreecommitdiff
path: root/libavfilter/f_zmq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/f_zmq.c')
-rw-r--r--libavfilter/f_zmq.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libavfilter/f_zmq.c b/libavfilter/f_zmq.c
index c1b2730e4d..8714a3cd97 100644
--- a/libavfilter/f_zmq.c
+++ b/libavfilter/f_zmq.c
@@ -211,9 +211,9 @@ AVFILTER_DEFINE_CLASS(zmq);
static const AVFilterPad zmq_inputs[] = {
{
- .name = "default",
- .type = AVMEDIA_TYPE_VIDEO,
- .filter_frame = filter_frame,
+ .name = "default",
+ .type = AVMEDIA_TYPE_VIDEO,
+ .filter_frame = filter_frame,
},
{ NULL }
};
@@ -246,9 +246,9 @@ AVFILTER_DEFINE_CLASS(azmq);
static const AVFilterPad azmq_inputs[] = {
{
- .name = "default",
- .type = AVMEDIA_TYPE_AUDIO,
- .filter_frame = filter_frame,
+ .name = "default",
+ .type = AVMEDIA_TYPE_AUDIO,
+ .filter_frame = filter_frame,
},
{ NULL }
};