]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/standard.c
Fix compiler warnings related to wrong datatypes.
[vlc] / modules / stream_out / standard.c
index ad525d06e4a21944e6b4cd9507bce232945b471e..e2d2ba0439e93ef489b295555cd3eb428c9886a6 100644 (file)
  * Module descriptor
  *****************************************************************************/
 #define ACCESS_TEXT N_("Output access method")
+/// \bug [String] "Output method to use for the stream." 
 #define ACCESS_LONGTEXT N_( \
     "This is the output access method that will be used." )
 #define MUX_TEXT N_("Output muxer")
+/// \bug [String] "Muxer to use for the stream." 
 #define MUX_LONGTEXT N_( \
     "This is the muxer that will be used." )
 #define DST_TEXT N_("Output destination")
+/// \bug [String] "Destination (URL) to use for the stream." 
 #define DST_LONGTEXT N_( \
     "This is the destination (URL) that will be used for the stream." )
 #define NAME_TEXT N_("Session name")