summaryrefslogtreecommitdiffstats
path: root/src/dabInputZmq.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-05-09 16:06:30 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-05-09 16:06:30 +0200
commitebc799479b15f420702bdfc43f1e6f71160c5977 (patch)
tree2d44eaf28840d757727122b2dc5d59e708c2f70c /src/dabInputZmq.h
parent6055e2f83a3addefb8eb1720609df148cdc78ea9 (diff)
downloaddabmux-ebc799479b15f420702bdfc43f1e6f71160c5977.tar.gz
dabmux-ebc799479b15f420702bdfc43f1e6f71160c5977.tar.bz2
dabmux-ebc799479b15f420702bdfc43f1e6f71160c5977.zip
fix some comments in dabInputZmq
Diffstat (limited to 'src/dabInputZmq.h')
-rw-r--r--src/dabInputZmq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dabInputZmq.h b/src/dabInputZmq.h
index 3ef7233..1597298 100644
--- a/src/dabInputZmq.h
+++ b/src/dabInputZmq.h
@@ -7,7 +7,8 @@
ZeroMQ input. see www.zeromq.org for more info
- For the AAC+ input, each zeromq message must contain one superframe.
+ For the AAC+ input, each zeromq message must contain one superframe,
+ or one zmq_frame_header_t followed by a superframe.
For the MPEG input, each zeromq message must contain one frame.