Commit 8de3c5b3 authored by Laurent Aimar's avatar Laurent Aimar

Cosmetic.

parent 23b7c67e
...@@ -91,7 +91,7 @@ vlc_module_begin () ...@@ -91,7 +91,7 @@ vlc_module_begin ()
add_integer ("rtp-caching", 1000, NULL, RTP_CACHING_TEXT, add_integer ("rtp-caching", 1000, NULL, RTP_CACHING_TEXT,
RTP_CACHING_LONGTEXT, true) RTP_CACHING_LONGTEXT, true)
change_integer_range (0, 65535) change_integer_range (0, 65535)
change_safe() change_safe ()
add_integer ("rtcp-port", 0, NULL, RTCP_PORT_TEXT, add_integer ("rtcp-port", 0, NULL, RTCP_PORT_TEXT,
RTCP_PORT_LONGTEXT, false) RTCP_PORT_LONGTEXT, false)
change_integer_range (0, 65535) change_integer_range (0, 65535)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment