Make mp3_seek_next_header() more readable.
[paraslash.git] / ortp_recv.ggo
index 68ff6e7a4b80a714e8377a93ec5a06896186b788..192f21c273044e23764e88e137abd51a7a856094 100644 (file)
@@ -1,4 +1,4 @@
 section "ortp options"
-option "host" i "ip or host to receive rtp packets from" string default="224.0.1.38" no
-option "port" p "udp port." int typestr="portnumber" default="1500" no
-option "jitter_compensation" j "non-zero values enable ortp's adaptive jitter compensation" int typestr="milliseconds" default="400" no
+option "host" i "ip or host to receive rtp packets from" string default="224.0.1.38" optional
+option "port" p "udp port." int typestr="portnumber" default="1500" optional
+option "jitter_compensation" j "set ortp's adaptive jitter compensation" int typestr="milliseconds" default="0" optional