Commit 73cadb23 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Mark srtp-key and srtp-salt safe

parent 56690386
......@@ -110,8 +110,10 @@ vlc_module_begin ()
#ifdef HAVE_SRTP
add_string ("srtp-key", "",
SRTP_KEY_TEXT, SRTP_KEY_LONGTEXT, false)
change_safe ()
add_string ("srtp-salt", "",
SRTP_SALT_TEXT, SRTP_SALT_LONGTEXT, false)
change_safe ()
#endif
add_integer ("rtp-max-src", 1, RTP_MAX_SRC_TEXT,
RTP_MAX_SRC_LONGTEXT, true)
......
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