Commit 37c01b3c authored by Rocky Bernstein's avatar Rocky Bernstein

Correct MRL syntax.

parent 970fb944
...@@ -670,10 +670,12 @@ static char *ppsz_align_descriptions[] = ...@@ -670,10 +670,12 @@ static char *ppsz_align_descriptions[] =
#define PLAYLIST_USAGE N_("\nPlaylist items:" \ #define PLAYLIST_USAGE N_("\nPlaylist items:" \
"\n *.mpg, *.vob plain MPEG-1/2 files" \ "\n *.mpg, *.vob plain MPEG-1/2 files" \
"\n [dvd:][device][@raw_device][@[title][,[chapter][,angle]]]" \ "\n [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]" \
"\n DVD device" \ "\n DVD device" \
"\n [vcd:][device][@[title][,[chapter]]" \ "\n [vcd://][device][@{S|T|E|P}[number]]" \
"\n VCD device" \ "\n VCD device" \
"\n [cdda://][device][@[T][track-number]]" \
"\n Audio CD device" \
"\n udpstream:[[<source address>]@[<bind address>][:<bind port>]]" \ "\n udpstream:[[<source address>]@[<bind address>][:<bind port>]]" \
"\n UDP stream sent by a streaming server" \ "\n UDP stream sent by a streaming server" \
"\n vlc:pause pause execution of " \ "\n vlc:pause pause execution of " \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment