]> git.sesse.net Git - vlc/blobdiff - modules/demux/livedotcom.cpp
More strings
[vlc] / modules / demux / livedotcom.cpp
index 2b4aa26695ad1be461c6b36dfd0fc668ab48ac99..c34f19257a90823a28a102f58520b2bb2bc544fd 100644 (file)
@@ -96,6 +96,7 @@ vlc_module_begin();
                   N_("Tunnel RTSP and RTP over HTTP"), VLC_TRUE );
         add_integer( "rtsp-http-port", 80, NULL,
                   N_("HTTP tunnel port"),
+                /// \bug [String] Missing .
                   N_("Port to use for tunneling the RTSP/RTP over HTTP"), VLC_TRUE );
 #endif
         add_integer( "rtsp-caching", 4 * DEFAULT_PTS_DELAY / 1000, NULL,