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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/f_zmq.c b/libavfilter/f_zmq.c
index 744c721305..774a890871 100644
--- a/libavfilter/f_zmq.c
+++ b/libavfilter/f_zmq.c
@@ -225,7 +225,7 @@ static const AVFilterPad zmq_outputs[] = {
{ NULL }
};
-AVFilter ff_vf_zmq = {
+const AVFilter ff_vf_zmq = {
.name = "zmq",
.description = NULL_IF_CONFIG_SMALL("Receive commands through ZMQ and broker them to filters."),
.init = init,
@@ -260,7 +260,7 @@ static const AVFilterPad azmq_outputs[] = {
{ NULL }
};
-AVFilter ff_af_azmq = {
+const AVFilter ff_af_azmq = {
.name = "azmq",
.description = NULL_IF_CONFIG_SMALL("Receive commands through ZMQ and broker them to filters."),
.init = init,