[FFmpeg-devel] [PATCH] donotapply: Test automated email for build fail

Andriy Gelman andriy.gelman at gmail.com
Wed Feb 19 00:49:26 EET 2020


From: Andriy Gelman <andriy.gelman at 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



More information about the ffmpeg-devel mailing list