From: Andriy Gelman <andriy.gel...@gmail.com>

---
 libavformat/libzmq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/libzmq.c b/libavformat/libzmq.c
index 8c8b294c921..7d9b13ad64c 100644
--- a/libavformat/libzmq.c
+++ b/libavformat/libzmq.c
@@ -159,7 +159,7 @@ static int zmq_proto_write(URLContext *h, const unsigned 
char *buf, int size)
 static int zmq_proto_read(URLContext *h, unsigned char *buf, int size)
 {
     int ret;
-    ZMQContext *s = h->priv_data;
+    AMQContext *s = h->priv_data;
 
     ret = zmq_proto_wait_timeout(h, s->socket, 0, h->rw_timeout, 
&h->interrupt_callback);
     if (ret)
-- 
2.25.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to