[vlc-commits] marq: correct text documentation
Rémi Denis-Courmont
git at videolan.org
Sun Feb 16 17:54:40 CET 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 16 18:53:54 2014 +0200| [933916d7d2b901b0dff4cb628387d516b6c7ae1f] | committer: Rémi Denis-Courmont
marq: correct text documentation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=933916d7d2b901b0dff4cb628387d516b6c7ae1f
---
modules/video_filter/marq.c | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/modules/video_filter/marq.c b/modules/video_filter/marq.c
index f8ea5df..af87d30 100644
--- a/modules/video_filter/marq.c
+++ b/modules/video_filter/marq.c
@@ -88,19 +88,8 @@ struct filter_sys_t
#define MSG_LONGTEXT N_( \
"Marquee text to display. " \
"(Available format strings: " \
- "Time related: %Y = year, %m = month, %d = day, %H = hour, " \
- "%M = minute, %S = second, ... " \
- "Meta data related: $a = artist, $b = album, $c = copyright, " \
- "$d = description, $e = encoded by, $g = genre, " \
- "$l = language, $n = track num, $p = now playing, " \
- "$r = rating, $s = subtitles language, $t = title, "\
- "$u = url, $A = date, " \
- "$B = audio bitrate (in kb/s), $C = chapter," \
- "$D = duration, $F = full name with path, $I = title, "\
- "$L = time left, " \
- "$N = name, $O = audio language, $P = position (in %), $R = rate, " \
- "$S = audio sample rate (in kHz), " \
- "$T = time, $U = publisher, $V = volume, $_ = new line) ")
+ "%Y = year, %m = month, %d = day, %H = hour, " \
+ "%M = minute, %S = second, ...)" )
#define FILE_TEXT N_("Text file")
#define FILE_LONGTEXT N_("File to read the marquee text from.")
#define POSX_TEXT N_("X offset")
More information about the vlc-commits
mailing list