[vlc-commits] Add port range to CDDB
Kaarlo Raiha
git at videolan.org
Mon Mar 26 19:00:31 CEST 2012
vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Mon Mar 26 19:00:21 2012 +0200| [790d3d458013f261733a3cb938fd155524053f62] | committer: Jean-Baptiste Kempf
Add port range to CDDB
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=790d3d458013f261733a3cb938fd155524053f62
---
modules/access/cdda.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access/cdda.c b/modules/access/cdda.c
index 2bb4840..ac7c849 100644
--- a/modules/access/cdda.c
+++ b/modules/access/cdda.c
@@ -79,6 +79,7 @@ vlc_module_begin ()
N_( "Address of the CDDB server to use." ), true )
add_integer( "cddb-port", 80, N_( "CDDB port" ),
N_( "CDDB Server port to use." ), true )
+ change_integer_range( 1, 65535 )
#endif
add_shortcut( "cdda", "cddasimple" )
More information about the vlc-commits
mailing list