X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Ff_zmq.c;fp=libavfilter%2Ff_zmq.c;h=2666016769c5f485dd4589a82aff1ca0ccb47a67;hb=ed93ed5ee320db299dc8c65d59c4f25e2eb0acdc;hp=d6c3c65da49c7a66261112260f469560072d0bcd;hpb=0fbc7a2169af479f8824f44e1b0f0ede5e1d1eaa;p=ffmpeg diff --git a/libavfilter/f_zmq.c b/libavfilter/f_zmq.c index d6c3c65da49..2666016769c 100644 --- a/libavfilter/f_zmq.c +++ b/libavfilter/f_zmq.c @@ -33,7 +33,7 @@ #include "audio.h" #include "video.h" -typedef struct { +typedef struct ZMQContext { const AVClass *class; void *zmq; void *responder; @@ -86,7 +86,7 @@ static void av_cold uninit(AVFilterContext *ctx) zmq_ctx_destroy(zmq->zmq); } -typedef struct { +typedef struct Command { char *target, *command, *arg; } Command;