[vlc-commits] [Git][videolan/vlc][master] add missing blank to INPUT_LOWDELAY_LONGTEXT

Steve Lhomme (@robUx4) gitlab at videolan.org
Sun Jun 9 14:35:07 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
3325767f by Olaf Hering at 2024-06-09T14:21:37+00:00
add missing blank to INPUT_LOWDELAY_LONGTEXT

Without the blank, the help output reads " ... chain.Might ...".

Fixes commit 179cfef04a0e3a25b8c03ea8971db654a567256f

Signed-off-by: Olaf Hering <olaf at aepfle.de>

- - - - -


1 changed file:

- src/libvlc-module.c


Changes:

=====================================
src/libvlc-module.c
=====================================
@@ -678,7 +678,7 @@ static const char *const ppsz_prefres[] = {
 
 #define INPUT_LOWDELAY_TEXT N_("Low delay mode")
 #define INPUT_LOWDELAY_LONGTEXT N_(\
-    "Try to minimize delay along decoding chain."\
+    "Try to minimize delay along decoding chain. "\
     "Might break with non compliant streams.")
 
 #define INPUT_REPEAT_TEXT N_("Input repetitions")



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3325767f19267ed77afe84af1e63ed4cb3dd5acd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3325767f19267ed77afe84af1e63ed4cb3dd5acd
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list