Fix: typo in options_libvlc

Fixed typo in the OPTIONS_LIBVLC help.
pull/824/head
Lihis 2015-04-22 15:26:33 +03:00
parent 018abe6039
commit 0e7fa89dd1
1 changed files with 1 additions and 1 deletions

View File

@ -889,7 +889,7 @@ $OLANG = array(
"\"loglevel=debug\" Set verbosiy of FFmpeg (quiet, panic, fatal, error, warning, info, verbose, debug)"
),
'OPTIONS_LIBVLC' => array(
'Help' => "Parameters in this field are passwd on to libVLC. Multiple parameters can be separated by ,~~ ".
'Help' => "Parameters in this field are passed on to libVLC. Multiple parameters can be separated by ,~~ ".
"Examples (do not enter quotes)~~~~".
"\"--rtp-client-port=nnn\" Set local port to use for rtp data~~~~".
"\"--verbose=2\" Set verbosity of libVLC"