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 8714a3cd97..d6c3c65da4 100644
--- a/libavfilter/f_zmq.c
+++ b/libavfilter/f_zmq.c
@@ -226,7 +226,7 @@ static const AVFilterPad zmq_outputs[] = {
{ NULL }
};
-AVFilter avfilter_vf_zmq = {
+AVFilter ff_vf_zmq = {
.name = "zmq",
.description = NULL_IF_CONFIG_SMALL("Receive commands through ZMQ and broker them to filters."),
.init = init,
@@ -261,7 +261,7 @@ static const AVFilterPad azmq_outputs[] = {
{ NULL }
};
-AVFilter avfilter_af_azmq = {
+AVFilter ff_af_azmq = {
.name = "azmq",
.description = NULL_IF_CONFIG_SMALL("Receive commands through ZMQ and broker them to filters."),
.init = init,