vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Tue Nov 1 17:51:12 2011 +0200| [a8da2aa3dae00fceb255e4b1324c71932e5506b0] | committer: Rémi Denis-Courmont
DTV: remove misleading/outdated comment var_LocationParse() enforces change_safe(). > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a8da2aa3dae00fceb255e4b1324c71932e5506b0 --- modules/access/dtv/access.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/modules/access/dtv/access.c b/modules/access/dtv/access.c index 142e519..7d048bf 100644 --- a/modules/access/dtv/access.c +++ b/modules/access/dtv/access.c @@ -233,11 +233,6 @@ vlc_module_begin () "satellite", "dvb-s", "dvb-s2", "isdb-s", "terrestrial", "dvb-t", "dvb-t2", "isdb-t", "atsc") - /* All options starting with dvb- can be overridden in the MRL, so they - * must all be "safe". Nevertheless, we do not mark as safe those that are - * really specific to the local system (e.g. device ID...). - * It wouldn't make sense to deliver those through a playlist. */ - #ifdef __linux__ add_integer ("dvb-adapter", 0, ADAPTER_TEXT, ADAPTER_LONGTEXT, false) change_integer_range (0, 255) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
