Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
6c66cdf6 by Lyndon Brown at 2021-05-09T09:10:26+00:00
amt: remove unused option

never used since introduction of the module in
51b38743edd4665485d31364a96b534b69635b9a

feedback in MR suggested deleting rather than obsoleting since it was
never in v3.0, only in 4.0-dev.

- - - - -


1 changed file:

- modules/access/amt.c


Changes:

=====================================
modules/access/amt.c
=====================================
@@ -68,7 +68,6 @@
 #define BUFFER_TEXT N_("Receive buffer")
 #define BUFFER_LONGTEXT N_("AMT receive buffer size (bytes)" )
 #define TIMEOUT_TEXT N_("Native multicast timeout (sec)")
-#define AMT_TIMEOUT_TEXT N_("AMT timeout (sec)")
 #define AMT_RELAY_ADDRESS N_("AMT relay (IP address or FQDN)")
 #define AMT_RELAY_ADDR_LONG N_("AMT relay anycast address, or specify the 
relay you want by address or fully qualified domain name")
 #define AMT_DEFAULT_RELAY N_("amt-relay.m2icast.net")
@@ -257,7 +256,6 @@ vlc_module_begin ()
     set_category( CAT_INPUT )
     set_subcategory( SUBCAT_INPUT_ACCESS )
 
-    add_integer( "amt-timeout", 5, AMT_TIMEOUT_TEXT, NULL, true )
     add_integer( "amt-native-timeout", 5, TIMEOUT_TEXT, NULL, true )
     add_string( "amt-relay", AMT_DEFAULT_RELAY, AMT_RELAY_ADDRESS, 
AMT_RELAY_ADDR_LONG, true )
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/6c66cdf6a2cbb0241e381603be2597d4812fb536

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/6c66cdf6a2cbb0241e381603be2597d4812fb536
You're receiving this email because of your account on code.videolan.org.


_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to