aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zmqoutput.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/zmqoutput.c b/zmqoutput.c
index 5cf85ec..cc8937e 100644
--- a/zmqoutput.c
+++ b/zmqoutput.c
@@ -51,8 +51,12 @@ int zmqoutput_write_byte(Bit_stream_struc *bs, unsigned char data)
}
zmqbuf_len = 0;
+
+ return bs->zmq_framesize;
}
+ return 0;
+
}
void zmqoutput_close(Bit_stream_struc *bs)